tcp: fix mid-wq adjustment helper
authorIlpo Järvinen <ilpo.jarvinen@helsinki.fi>
Sat, 18 Apr 2009 05:48:48 +0000 (05:48 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 20 Apr 2009 09:15:00 +0000 (02:15 -0700)
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>

No differences found