commit | 86426c22d24e0c904012711a14cb5021f4a167dc | [log] [tgz] |
---|---|---|
author | Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> | Thu Aug 09 14:45:17 2007 +0300 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Oct 10 16:47:57 2007 -0700 |
tree | 7f91ac32273e0b1b568a704dbde5b360bc94f65f | |
parent | 005903bc3a0e8473fef809e8775db52dcd3cde63 [diff] |
[TCP]: Restore over-zealous tcp_sync_left_out-like removals tcp_verify_left_out is useful for verifying S+L condition, so add it back to couple of places in where the code was not calling to tcp_sync_left_out but used own ad-hoc solution (before the tcp_sync_left_out got removed). Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> Signed-off-by: David S. Miller <davem@davemloft.net>