aboutsummaryrefslogtreecommitdiff
path: root/networking/Config.src
diff options
context:
space:
mode:
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"