musl/include/netinet/tcp.h
2011-09-18 15:39:52 -04:00

7 lines
77 B
C

#ifndef _NETINET_TCP_H
#define _NETINET_TCP_H
#define TCP_NODELAY 1
#endif