Re: [PATCH] [IPV4]: Make tcp_input_metrics() get minimum RTO via tcp_rto_min()

2007-12-16 Thread David Miller
From: "Satoru SATOH" <[EMAIL PROTECTED]> Date: Sat, 15 Dec 2007 11:44:46 +0900 > tcp_input_metrics() refers to the built-time constant TCP_RTO_MIN > regardless of configured minimum RTO with iproute2. > > The following fixes that. > > > Signed-off-by: Satoru SATOH <[EMAIL PROTECTED]> Thanks fo

[PATCH] [IPV4]: Make tcp_input_metrics() get minimum RTO via tcp_rto_min()

2007-12-14 Thread Satoru SATOH
tcp_input_metrics() refers to the built-time constant TCP_RTO_MIN regardless of configured minimum RTO with iproute2. The following fixes that. Signed-off-by: Satoru SATOH <[EMAIL PROTECTED]> net/ipv4/tcp_input.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/net/ipv