[<prev] [next>] [day] [month] [year] [list]
Message-ID: <97d8915d050c34fb9499617f78305786@visp.net.lb>
Date: Tue, 22 Feb 2011 17:42:49 +0200
From: denys@...p.net.lb
To: <netdev@...r.kernel.org>
Subject: iproute, setting manually rtt
I try to set some time values in iproute, and confused by results. Here
is example:
bytecruncher ~ # ip route del 1.1.1.1;ip route add 1.1.1.1 via
217.151.224.113 rtt 10ms
bytecruncher ~ # ip
route
1.1.1.1 via 217.151.224.113 dev eth0 rtt 3363235ms
bytecruncher ~ # ip route del 1.1.1.1;ip route add 1.1.1.1 via
217.151.224.113 rtt 10ms rto_min 10ms
bytecruncher ~ # ip route
1.1.1.1 via 217.151.224.113 dev eth0 rtt 3363235ms rto_min lock
14100654ms
Details about system:
bytecruncher ~ # uname -a
Linux bytecruncher 2.6.37.1-insat #4 SMP Tue Feb 22 15:16:53 EET 2011
x86_64 Intel(R) Xeon(R) CPU X5680 @ 3.33GHz GenuineIntel GNU/Linux
bytecruncher ~ # ip -V
ip utility, iproute2-ss110107
I guess there is something really wrong. Not sure if in iproute or
kernel side.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists