]> git.baikalelectronics.ru Git - kernel.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)
commit8a4af02e085b7e35c7283967de081d7aacc4b1a2
treea3ef44d94215babe1362c267f84e04ecffeb3dbb
parent128d463ff7b8f848455b5708890913a70e6c8cda
[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