commit | 91fed7a15c9222af29a653ecb0ee72cff178fdd8 | [log] [tgz] |
---|---|---|
author | Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> | Tue Oct 09 01:24:15 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Oct 10 16:52:08 2007 -0700 |
tree | 53c72bd6c1bf3216e46565761bc34ea066f5b995 | |
parent | 0dde7b5404a3d52dcd9ce66d46197f6c3ca97dda [diff] |
[TCP]: Make fackets_out accurate Substraction for fackets_out is unconditional when snd_una advances, thus there's no need to do it inside the loop. Just make sure correct bounds are honored. Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> Signed-off-by: David S. Miller <davem@davemloft.net>