]> git.baikalelectronics.ru Git - kernel.git/commit
[TCP]: Move LOSTRETRANS MIB outside !(L|S) check
authorIlpo Järvinen <ilpo.jarvinen@helsinki.fi>
Sat, 1 Dec 2007 22:47:56 +0000 (00:47 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 22:55:39 +0000 (14:55 -0800)
commitd7c02335961c1cb91aab0b81b2c4c1f4cbdbe5fe
tree847467eb61e6153e40e3db9bc0a0a4f079da428c
parente2632cbeb7e3604e855f13623cbecd763db5a3de
[TCP]: Move LOSTRETRANS MIB outside !(L|S) check

Usually those skbs will have L set, not counting them as lost
retransmissions is misleading.

Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_input.c