uhttpd: protect tcp receive operations with select, make tcp keep-alive optional...
[openwrt/staging/chunkeey.git] / package / uhttpd / src / uhttpd.h
index 6747b905ff459f7a69ccbc9ec187904b8c226a74..ff058d62bff3e214e4dee0e5c8cb5e35a63050e7 100644 (file)
@@ -75,6 +75,7 @@ struct config {
        int no_dirlists;
        int network_timeout;
        int rfc1918_filter;
+       int tcp_keepalive;
 #ifdef HAVE_CGI
        char *cgi_prefix;
 #endif