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

This commit is contained in:
rofl0r 2012-12-06 17:02:19 +01:00
parent 7e0d4fce41
commit 3d3903fa5b
1 changed files with 2 additions and 0 deletions

View 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>