[backfire] merge r24952
[openwrt-10.03/.git] / package / uhttpd / files / uhttpd.config
index a29910a65f38b3d1409dfb40bd2aedad788bfcf7..08ca5e5e02e3726769e7f95a8b8031fd9d4599ac 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