]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: Fix tcp_prequeue() to get correct rto_min value
authorSatoru SATOH <satoru.satoh@gmail.com>
Mon, 4 May 2009 18:11:01 +0000 (11:11 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 4 May 2009 18:11:01 +0000 (11:11 -0700)
commit55761ca86704f8c1d7c818ff470a4d4158e390ec
treed964259d2fdd67f22f005852b1770c40ba4d6474
parentb08729916ff71ddc6a260908cff0ee9aa613af0e
tcp: Fix tcp_prequeue() to get correct rto_min value

tcp_prequeue() refers to the constant value (TCP_RTO_MIN) regardless of
the actual value might be tuned. The following patches fix this and make
tcp_prequeue get the actual value returns from tcp_rto_min().

Signed-off-by: Satoru SATOH <satoru.satoh@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/tcp.h
net/ipv4/tcp_input.c