2017-05-26 12:32:45 +01:00

15 lines
177 B
C

#ifndef _NETINET_TCP_H
#define _NETINET_TCP_H
#ifdef __cplusplus
extern "C" {
#endif
#define TCP_NODELAY 0x2004
#ifdef __cplusplus
}
#endif
#endif /* _NETINET_TCP_H */