Browse Source

tcp.h: add SOL_TCP, analoguous to udp.h

rs-1.0
rofl0r 14 years ago
parent
commit
3d3903fa5b
  1. 2
      include/netinet/tcp.h

2
include/netinet/tcp.h

@ -18,6 +18,8 @@
#define TCP_CONGESTION 13 #define TCP_CONGESTION 13
#define TCP_MD5SIG 14 #define TCP_MD5SIG 14
#define SOL_TCP 6
#if defined(_GNU_SOURCE) || defined(_BSD_SOURCE) #if defined(_GNU_SOURCE) || defined(_BSD_SOURCE)
#include <sys/types.h> #include <sys/types.h>
#include <sys/socket.h> #include <sys/socket.h>

Loading…
Cancel
Save