hush/networking
Denys Vlasenko a348b4557d 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>
2011-05-05 02:31:30 +02:00
..
libiproute add include <sys/socket.h> 2011-04-17 23:18:15 +02:00
udhcp udhcp: fix some default values from "" to NULL 2011-05-03 16:46:47 +02:00
arp.c move remaining help text from include/usage.src.h 2011-04-11 03:29:49 +02:00
arping.c move remaining help text from include/usage.src.h 2011-04-11 03:29:49 +02:00
brctl.c move remaining help text from include/usage.src.h 2011-04-11 03:29:49 +02:00
Config.src nameif: add matching by phy_address=NUM; extend help text 2011-03-06 19:42:51 +01:00
dnsd.c move remaining help text from include/usage.src.h 2011-04-11 03:29:49 +02:00
ether-wake.c move remaining help text from include/usage.src.h 2011-04-11 03:29:49 +02:00
ftpd.c libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr. 2011-04-07 17:52:20 +02:00
ftpgetput.c move remaining help text from include/usage.src.h 2011-04-11 03:29:49 +02:00
hostname.c move remaining help text from include/usage.src.h 2011-04-11 03:29:49 +02:00
httpd_indexcgi.c *: make GNU licensing statement forms more regular 2010-08-16 20:14:46 +02:00
httpd_post_upload.txt httpd_post_upload.txt example: handle binary files too 2009-11-13 09:37:50 +01:00
httpd_ssi.c whitespace fixes 2011-02-03 00:05:48 +01:00
httpd.c move remaining help text from include/usage.src.h 2011-04-11 03:29:49 +02:00
ifconfig.c move remaining help text from include/usage.src.h 2011-04-11 03:29:49 +02:00
ifenslave.c move remaining help text from include/usage.src.h 2011-04-11 03:29:49 +02:00
ifplugd.c move remaining help text from include/usage.src.h 2011-04-11 03:29:49 +02:00
ifupdown.c move remaining help text from include/usage.src.h 2011-04-11 03:29:49 +02:00
inetd.c move remaining help text from include/usage.src.h 2011-04-11 03:29:49 +02:00
interface.c Use net/ethernet.h instead of linux/if_ether.h in more cases. Closes 3619 2011-04-16 18:31:53 +02:00
ip.c move remaining help text from include/usage.src.h 2011-04-11 03:29:49 +02:00
ipcalc.c move remaining help text from include/usage.src.h 2011-04-11 03:29:49 +02:00
isrv_identd.c move remaining help text from include/usage.src.h 2011-04-11 03:29:49 +02:00
isrv.c *: make GNU licensing statement forms more regular 2010-08-16 20:14:46 +02:00
isrv.h *: make GNU licensing statement forms more regular 2010-08-16 20:14:46 +02:00
Kbuild.src ping: add -t TTL option 2010-11-28 23:01:18 +01:00
nameif.c nameif: add matching by phy_address=NUM; extend help text 2011-03-06 19:42:51 +01:00
nbd-client.c mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo 2011-01-18 13:58:01 +01:00
nc_bloaty.c libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr. 2011-04-07 17:52:20 +02:00
nc.c *: make GNU licensing statement forms more regular 2010-08-16 20:14:46 +02:00
netstat.c whitespace cleanup 2010-10-29 11:46:52 +02:00
nslookup.c move remaining help text from include/usage.src.h 2011-04-11 03:29:49 +02:00
ntpd_simple.c whitespace cleanup 2010-10-29 11:46:52 +02:00
ntpd.c move remaining help text from include/usage.src.h 2011-04-11 03:29:49 +02:00
ping.c Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX" 2011-02-26 22:24:08 +01:00
pscan.c move remaining help text from include/usage.src.h 2011-04-11 03:29:49 +02:00
route.c move remaining help text from include/usage.src.h 2011-04-11 03:29:49 +02:00
slattach.c move remaining help text from include/usage.src.h 2011-04-11 03:29:49 +02:00
tc.c move remaining help text from include/usage.src.h 2011-04-11 03:29:49 +02:00
tcpudp_perhost.c *: make GNU licensing statement forms more regular 2010-08-16 20:14:46 +02:00
tcpudp_perhost.h *: make GNU licensing statement forms more regular 2010-08-16 20:14:46 +02:00
tcpudp.c move remaining help text from include/usage.src.h 2011-04-11 03:29:49 +02:00
telnet.c move remaining help text from include/usage.src.h 2011-04-11 03:29:49 +02:00
telnetd.c move remaining help text from include/usage.src.h 2011-04-11 03:29:49 +02:00
telnetd.ctrlSQ.patch *: mass renaming of USE_XXXX to IF_XXXX 2009-04-21 11:09:40 +00:00
tftp.c add forgotten #include 2011-04-11 05:24:58 +02:00
traceroute.c traceroute: properly reduce poll timeout 2011-05-05 02:31:30 +02:00
tunctl.c move remaining help text from include/usage.src.h 2011-04-11 03:29:49 +02:00
vconfig.c move remaining help text from include/usage.src.h 2011-04-11 03:29:49 +02:00
wget.c wget: add a note about bug 3625 2011-04-16 19:31:08 +02:00
whois.c whois: new applet 2011-02-27 23:38:52 +01:00
zcip.c move remaining help text from include/usage.src.h 2011-04-11 03:29:49 +02:00