]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add TCP_CORK definition.
authorUlrich Drepper <drepper@redhat.com>
Wed, 17 Nov 1999 20:31:47 +0000 (20:31 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 17 Nov 1999 20:31:47 +0000 (20:31 +0000)
sysdeps/gnu/netinet/tcp.h

index 49fa180a006d5ef1270f8e751dcf5f77bc9dfe15..36976369e3e4cda89b0acb717758cac9a83ea278 100644 (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 */