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)
commit6d67e9beb68bc6712b042c9723cecc87dc8e3f4c
treea9cb7bdc4ed3a2a0a17948597e987ead64f08f13
parent59caa5612ce916c4902c753aa61429eb76ac2b21
tcp: Fix comments for Nagle algorithm

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>
net/ipv4/tcp_output.c