Add TCP_CORK definition.

This commit is contained in:
Ulrich Drepper 1999-11-17 20:31:47 +00:00
parent 0739d9169c
commit 22c6e0cf59

View File

@ -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 */