musl/include/netinet/tcp.h

7 lines
77 B
C
Raw Normal View History

2011-02-12 05:22:29 +00:00
#ifndef _NETINET_TCP_H
#define _NETINET_TCP_H
2011-09-18 19:39:52 +00:00
#define TCP_NODELAY 1
2011-02-12 05:22:29 +00:00
#endif