mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-14 07:10:05 +00:00
Add TCP_CORK definition.
This commit is contained in:
parent
0739d9169c
commit
22c6e0cf59
@ -157,6 +157,7 @@ enum
|
||||
*/
|
||||
#define TCP_NODELAY 0x01 /* don't delay send to coalesce packets */
|
||||
#define TCP_MAXSEG 0x02 /* set maximum segment size */
|
||||
#define TCP_CORK 0x03 /* control sending of partial frames */
|
||||
|
||||
#define SOL_TCP 6 /* TCP level */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user