1
0
mirror of https://github.com/fluencelabs/musl synced 2025-06-12 22:41:37 +00:00
Files
musl/include/netinet/tcp.h

7 lines
77 B
C
Raw Normal View History

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