TCP_* options from Linux 2.4
Andreas Jaeger
aj@suse.de
Thu Jul 27 08:30:00 GMT 2000
The following definitions which are in Linux 2.4 are missing from
<netinet/tcp.h>:
#define TCP_KEEPIDLE 4 /* Start keeplives after this period */
#define TCP_KEEPINTVL 5 /* Interval between keepalives */
#define TCP_KEEPCNT 6 /* Number of keepalives before death */
#define TCP_SYNCNT 7 /* Number of SYN retransmits */
#define TCP_LINGER2 8 /* Life time of orphaned FIN-WAIT-2 state */
#define TCP_DEFER_ACCEPT 9 /* Wake up listener only when data arrive */
#define TCP_WINDOW_CLAMP 10 /* Bound advertised window */
Shall I add them to sysdeps/gnu/netinet/tcp.h - or do I have to make a
Linux specific version? Hurd developers, please advise.
Andreas
--
Andreas Jaeger
SuSE Labs aj@suse.de
private aj@arthur.inka.de
More information about the Libc-hacker
mailing list