tcp.h: add SOL_TCP, analoguous to udp.h
authorrofl0r <retnyg@gmx.net>
Thu, 6 Dec 2012 16:02:19 +0000 (17:02 +0100)
committerrofl0r <retnyg@gmx.net>
Thu, 6 Dec 2012 16:02:19 +0000 (17:02 +0100)
include/netinet/tcp.h

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