kernel: refresh patches for kernel 3.0-rc5
[openwrt.git] / package / uhttpd / files / uhttpd.config
index a29910a..08ca5e5 100644 (file)
@@ -51,6 +51,13 @@ config uhttpd main
        # request process.
        option network_timeout  30
 
+       # TCP Keep-Alive, send periodic keep-alive probes
+       # over established connections to detect dead peers.
+       # The value is given in seconds to specify the
+       # interval between subsequent probes.
+       # Setting this to 0 will disable TCP keep-alive.
+       option tcp_keepalive    1
+
        # Basic auth realm, defaults to local hostname
 #      option realm    OpenWrt
 
This page took 0.028281 seconds and 4 git commands to generate.