commit | 13fcf850cc20373db4dd8a5c9f349583ab3817c4 | [log] [tgz] |
---|---|---|
author | Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> | Tue Oct 09 01:28:45 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Oct 10 16:52:09 2007 -0700 |
tree | a3ef44d94215babe1362c267f84e04ecffeb3dbb | |
parent | 5af4ec236f7c98f3671fb26731457a172d85e0e6 [diff] |
[TCP]: Move accounting from tso_acked to clean_rtx_queue The accounting code is pretty much the same, so it's a shame we do it in two places. I'm not too sure if added fully_acked check in MTU probing is really what we want perhaps the added end_seq could be used in the after() comparison. Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> Signed-off-by: David S. Miller <davem@davemloft.net>