tcp: Fix comments for Nagle algorithm
authorFeng King <kinwin2008@gmail.com>
Sat, 5 Nov 2011 04:23:23 +0000 (04:23 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 8 Nov 2011 19:02:47 +0000 (14:02 -0500)
TCP_NODELAY is weaker than TCP_CORK, when TCP_CORK was set, small
segments will always pass Nagle test regardless of TCP_NODELAY option.

Signed-off-by: Feng King <kinwin2008@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found