commit | a348b4557d3d0af411135c23448a2c5a7cd82982 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Thu May 05 02:31:30 2011 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Thu May 05 02:31:30 2011 +0200 |
tree | 84eecc099d0705991939fed91c278ce8b65e350d | |
parent | d3e4be3ccb1506cfabecc4c2f0baeb07fdd06723 [diff] |
traceroute: properly reduce poll timeout This removes the problem where during the time we wait to declare a target as unresponsive we receive an unrelated ICMP packet. If there is enough traffic, this can make traceroute hang as it never declares the target as unresponsive. function old new delta common_traceroute_main 4196 4261 +65 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>