]> bbs.cooldavid.org Git - net-next-2.6.git/commit
tcp: Fix thinko making the not-shiftable to cover S|R as well
authorIlpo Järvinen <ilpo.jarvinen@helsinki.fi>
Sat, 6 Dec 2008 06:41:06 +0000 (22:41 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 6 Dec 2008 06:41:06 +0000 (22:41 -0800)
commit9969ca5f205988fb96461075cb4914c55cf166b5
tree8f7c0b3102044f09f9eb85d945ce818eec19e309
parentf0bc52f38b09308fca85f3aa9300a341364fe9c6
tcp: Fix thinko making the not-shiftable to cover S|R as well

S|R won't result in S if just SACK is received. DSACK is
another story (but it is covered correctly already).

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