mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 15:20:10 +00:00
Update.
1999-11-17 Ulrich Drepper <drepper@cygnus.com> * sysdeps/gnu/netinet/tcp.h: Add TCP_CORK definition.
This commit is contained in:
parent
844633d14b
commit
eccb7fb492
@ -1,3 +1,7 @@
|
||||
1999-11-17 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* sysdeps/gnu/netinet/tcp.h: Add TCP_CORK definition.
|
||||
|
||||
1999-11-07 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: New file with some
|
||||
|
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user