15 lines
177 B
C
Raw Normal View History

2017-05-23 10:24:23 +01:00
#ifndef _NETINET_TCP_H
#define _NETINET_TCP_H
#ifdef __cplusplus
extern "C" {
#endif
2017-05-26 12:32:45 +01:00
#define TCP_NODELAY 0x2004
2017-05-23 10:24:23 +01:00
#ifdef __cplusplus
}
#endif
#endif /* _NETINET_TCP_H */