commit | 52cf3cc8acea52ecb93ef1dddb4ef2ae4e35c319 | [log] [tgz] |
---|---|---|
author | Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> | Sat Apr 18 05:48:48 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Apr 20 02:15:00 2009 -0700 |
tree | b4ef4d7350d57d1512f12d3d529efa677ff94243 | |
parent | 8caf153974f2274301e583fda732cc8e5b80331f [diff] |
tcp: fix mid-wq adjustment helper Just noticed while doing some new work that the recent mid-wq adjustment logic will misbehave when FACK is not in use (happens either due sysctl'ed off or auto-detected reordering) because I forgot the relevant TCPCB tagbit. Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> Signed-off-by: David S. Miller <davem@davemloft.net>