commit | 62ad27619cbcf23fb8581ae72f3806c1d90a861d | [log] [tgz] |
---|---|---|
author | Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> | Sat Feb 28 04:44:29 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Mar 02 03:00:10 2009 -0800 |
tree | 2fa0b2f94534c333312aa2a657ef84c257993818 | |
parent | 59a08cba6a604a265e45e9b970e372554cf46627 [diff] |
tcp: deferring in middle of queue makes very little sense If skb can be sent right away, we certainly should do that if it's in the middle of the queue because it won't get more data into it. Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> Signed-off-by: David S. Miller <davem@davemloft.net>