5 lines
87 B
C
5 lines
87 B
C
/*
|
|
netinet/tcp.h
|
|
*/
|
|
|
|
#define TCP_NODELAY 0x01 /* Avoid coalescing of small segments */
|