aboutsummaryrefslogtreecommitdiff
path: root/networking/Config.src
diff options
context:
space:
mode:
authorLauri Kasanen <curaga@operamail.com>2013-10-12 21:47:07 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2013-10-12 21:47:07 +0200
commitd074b416f8d3ca6b6ae7b44d17e204ea8d81e7a0 (patch)
treeca2227cabe38037276d4b8f270878bd26860a6d8 /networking/Config.src
parent730e4d8b5245502803c9c2335e96d81f70d63012 (diff)
downloadbusybox-w32-d074b416f8d3ca6b6ae7b44d17e204ea8d81e7a0.tar.gz
busybox-w32-d074b416f8d3ca6b6ae7b44d17e204ea8d81e7a0.tar.bz2
busybox-w32-d074b416f8d3ca6b6ae7b44d17e204ea8d81e7a0.zip
wget: add support for connect timeout
function old new delta open_socket 33 64 +31 wget_main 2182 2194 +12 Signed-off-by: Lauri Kasanen <curaga@operamail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/Config.src')
-rw-r--r--networking/Config.src16
1 files changed, 9 insertions, 7 deletions
diff --git a/networking/Config.src b/networking/Config.src
index e1ae0c9d5..ca0ddcdd9 100644
--- a/networking/Config.src
+++ b/networking/Config.src
@@ -970,16 +970,18 @@ config FEATURE_WGET_LONG_OPTIONS
970 Support long options for the wget applet. 970 Support long options for the wget applet.
971 971
972config FEATURE_WGET_TIMEOUT 972config FEATURE_WGET_TIMEOUT
973 bool "Enable read timeout option -T SEC" 973 bool "Enable timeout option -T SEC"
974 default y 974 default y
975 depends on WGET 975 depends on WGET
976 help 976 help
977 Supports network read timeout for wget, so that wget will give 977 Supports network read and connect timeouts for wget,
978 up and timeout when reading network data, through the -T command 978 so that wget will give up and timeout, through the -T
979 line option. Currently only network data read timeout is 979 command line option.
980 supported (i.e., timeout is not applied to the DNS nor TCP 980
981 connection initialization). When FEATURE_WGET_LONG_OPTIONS is 981 Currently only connect and network data read timeout are
982 also enabled, the --timeout option will work in addition to -T. 982 supported (i.e., timeout is not applied to the DNS query). When
983 FEATURE_WGET_LONG_OPTIONS is also enabled, the --timeout option
984 will work in addition to -T.
983 985
984config ZCIP 986config ZCIP
985 bool "zcip" 987 bool "zcip"