mirror of
git://git.musl-libc.org/musl
synced 2025-04-30 23:11:36 +00:00
tcp.h: add SOL_TCP, analoguous to udp.h
This commit is contained in:
parent
7e0d4fce41
commit
3d3903fa5b
@ -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…
Reference in New Issue
Block a user