mirror of
https://git.musl-libc.org/git/musl
synced 2025-01-10 08:42:02 +03:00
7 lines
77 B
C
7 lines
77 B
C
#ifndef _NETINET_TCP_H
|
|
#define _NETINET_TCP_H
|
|
|
|
#define TCP_NODELAY 1
|
|
|
|
#endif
|