6 lines
77 B
C
6 lines
77 B
C
#ifndef _NETINET_TCP_H
|
|
#define _NETINET_TCP_H
|
|
|
|
#define TCP_NODELAY 1
|
|
|
|
#endif
|