Modified details of interaction of TCP_CORK and TCP_NODELAY

This commit is contained in:
Michael Kerrisk 2004-11-11 16:22:41 +00:00
parent 8dd9ef479f
commit 925d4d6a89
1 changed files with 5 additions and 1 deletions

View File

@ -551,7 +551,11 @@ is a sufficient amount to send out, thereby avoiding the
frequent sending of small packets, which results in poor frequent sending of small packets, which results in poor
utilization of the network. utilization of the network.
This option is overriden by This option is overriden by
.BR TCP_CORK . .BR TCP_CORK ;
however, setting this option forces an explicit flush of
pending output, even if
.B TCP_CORK
is currently set.
.TP .TP
.B TCP_QUICKACK .B TCP_QUICKACK
Enable quickack mode if set or disable quickack Enable quickack mode if set or disable quickack