Searched hist:"0 c266898b42fe4e4e2f9edfc9d3474c10f93aa6a" (Results 1 – 2 of 2) sorted by relevance
/linux/include/net/ |
H A D | tcp.h | diff 0c266898b42fe4e4e2f9edfc9d3474c10f93aa6a Mon May 04 20:11:01 CEST 2009 Satoru SATOH <satoru.satoh@gmail.com> 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>
|
/linux/net/ipv4/ |
H A D | tcp_input.c | diff 0c266898b42fe4e4e2f9edfc9d3474c10f93aa6a Mon May 04 20:11:01 CEST 2009 Satoru SATOH <satoru.satoh@gmail.com> 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>
|