incubator-nuttx/include/netinet
Gregory Nutt 251924a734 Squashed commit of the following:
net/tcp:  Add logic to send probes when SO_KEEPALIVE is enabled.
    net/tcp:  TCP socket should not have to be connected to configure KeepAlive.
    net/: Add a separate configuration to enable/disable KEEPALIVE socket options.
    net/tcp: Arguments to TCP keep-alive timing functions probably should be struct timeval as are the times for other time-related socket options.
    net/tcp:  Fix a backward conditional
    net/tcp:  Add some more checks and debug output to TCP-protocol socket options.
    net/tcp:  Cosmetic changes to some alignment.
    net/:  Adds socket options needed to manage TCP-keepalive and TCP state machine logic to detect if that the remote peer is alive.  Still missing the timer poll logic to send the keep-alive probes and the state machine logic to respond to probes.
2018-03-12 10:59:46 -06:00
..
arp.h Replace confusing references to uIP with just 'the network' 2016-05-30 09:51:15 -06:00
ether.h Clean up and review of header files for conformance to standards 2015-06-12 18:07:47 -06:00
in.h This commit adds support for semi-standard IPPROTO_ICMP6 sockets. This is a replacement for the non-standard ICMPv6 ping support that violated the portable POSIX OS interface. 2017-10-24 11:23:08 -06:00
ip.h Header file clean-up 2012-07-17 03:58:11 +00:00
ip6.h Header file clean-up 2012-07-17 03:58:11 +00:00
tcp.h Squashed commit of the following: 2018-03-12 10:59:46 -06:00