1999-11-17  Ulrich Drepper  <drepper@cygnus.com>

	* sysdeps/gnu/netinet/tcp.h: Add TCP_CORK definition.
This commit is contained in:
Ulrich Drepper 1999-11-17 20:31:26 +00:00
parent 844633d14b
commit eccb7fb492
2 changed files with 5 additions and 0 deletions

View File

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

View File

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