commit | 6d67e9beb68bc6712b042c9723cecc87dc8e3f4c | [log] [tgz] |
---|---|---|
author | Feng King <kinwin2008@gmail.com> | Sat Nov 05 04:23:23 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Nov 08 14:02:47 2011 -0500 |
tree | a9cb7bdc4ed3a2a0a17948597e987ead64f08f13 | |
parent | 59caa5612ce916c4902c753aa61429eb76ac2b21 [diff] |
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>