git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59caa56
)
tcp: Fix comments for Nagle algorithm
author
Feng King
<kinwin2008@gmail.com>
Sat, 5 Nov 2011 04:23:23 +0000
(
04:23
+0000)
committer
David 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