]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[TCP]: Move accounting from tso_acked to clean_rtx_queue
authorIlpo Järvinen <ilpo.jarvinen@helsinki.fi>
Tue, 9 Oct 2007 08:28:45 +0000 (01:28 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:52:09 +0000 (16:52 -0700)
commit13fcf850cc20373db4dd8a5c9f349583ab3817c4
treea3ef44d94215babe1362c267f84e04ecffeb3dbb
parent5af4ec236f7c98f3671fb26731457a172d85e0e6
[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>
net/ipv4/tcp_input.c