[IPV4]: Make tcp_input_metrics() get minimum RTO via tcp_rto_min()
commit488faa2ae32c2f8b1ffda5c7fae5eb7c979acc15
authorSatoru SATOH <satoru.satoh@gmail.com>
Sun, 16 Dec 2007 22:00:19 +0000 (16 14:00 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 16 Dec 2007 22:00:19 +0000 (16 14:00 -0800)
tree6e8eca37bbfd76d9c7875df6c5016c57dae316dd
parentcf6fc4a92400decda932e5ab97b46916919142b1
[IPV4]: Make tcp_input_metrics() get minimum RTO via tcp_rto_min()

tcp_input_metrics() refers to the built-time constant TCP_RTO_MIN
regardless of configured minimum RTO with iproute2.

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