RetroArch
tcp.h
Go to the documentation of this file.
1 #ifndef _NETINET_TCP_H
2 #define _NETINET_TCP_H
3 
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 
8 #define TCP_NODELAY 0x2004
9 
10 #ifdef __cplusplus
11 }
12 #endif
13 
14 #endif /* _NETINET_TCP_H */