aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-11-17 20:31:26 +0000
committerUlrich Drepper <drepper@redhat.com>1999-11-17 20:31:26 +0000
commiteccb7fb492273efc0a6a2059e23662ffdab9278b (patch)
tree9d53f17ed4488f95907e549442821c903c0cdce3 /sysdeps
parent844633d14b58df7288aa54d7af77926a5fb69541 (diff)
downloadglibc-eccb7fb492273efc0a6a2059e23662ffdab9278b.zip
glibc-eccb7fb492273efc0a6a2059e23662ffdab9278b.tar.gz
glibc-eccb7fb492273efc0a6a2059e23662ffdab9278b.tar.bz2
Update.
1999-11-17 Ulrich Drepper <drepper@cygnus.com> * sysdeps/gnu/netinet/tcp.h: Add TCP_CORK definition.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/gnu/netinet/tcp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/gnu/netinet/tcp.h b/sysdeps/gnu/netinet/tcp.h
index 208709f..1783215 100644
--- a/sysdeps/gnu/netinet/tcp.h
+++ b/sysdeps/gnu/netinet/tcp.h
@@ -153,6 +153,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 */