]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[TCP]: Make lost retrans detection more self-contained
authorIlpo Järvinen <ilpo.jarvinen@helsinki.fi>
Fri, 16 Nov 2007 03:42:54 +0000 (19:42 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 22:54:04 +0000 (14:54 -0800)
commit9f58f3b721f52a4d3f497ea57f830ccd307f1d76
treeb68450e082170127efb3c9c382884716211e3221
parenta47e5a988a575e64c8c9bae65a1dfe3dca7cba32
[TCP]: Make lost retrans detection more self-contained

Highest_sack_end_seq is no longer calculated in the loop,
thus it can be pushed to the worker function altogether
making that function independent of the sacktag.

Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_input.c