projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
mac80211: add a few tx related fixes
[openwrt.git]
/
package
/
uhttpd
/
src
/
uhttpd.h
diff --git
a/package/uhttpd/src/uhttpd.h
b/package/uhttpd/src/uhttpd.h
index
78cca7b
..
ff058d6
100644
(file)
--- a/
package/uhttpd/src/uhttpd.h
+++ b/
package/uhttpd/src/uhttpd.h
@@
-28,6
+28,7
@@
#include <sys/select.h>
#include <sys/wait.h>
#include <netinet/in.h>
#include <sys/select.h>
#include <sys/wait.h>
#include <netinet/in.h>
+#include <netinet/tcp.h>
#include <arpa/inet.h>
#include <linux/limits.h>
#include <netdb.h>
#include <arpa/inet.h>
#include <linux/limits.h>
#include <netdb.h>
@@
-44,6
+45,11
@@
#include <openssl/ssl.h>
#endif
#include <openssl/ssl.h>
#endif
+/* uClibc... */
+#ifndef SOL_TCP
+#define SOL_TCP 6
+#endif
+
#define UH_LIMIT_MSGHEAD 4096
#define UH_LIMIT_HEADERS 64
#define UH_LIMIT_MSGHEAD 4096
#define UH_LIMIT_HEADERS 64
@@
-69,6
+75,7
@@
struct config {
int no_dirlists;
int network_timeout;
int rfc1918_filter;
int no_dirlists;
int network_timeout;
int rfc1918_filter;
+ int tcp_keepalive;
#ifdef HAVE_CGI
char *cgi_prefix;
#endif
#ifdef HAVE_CGI
char *cgi_prefix;
#endif
This page took
0.022851 seconds
and
4
git commands to generate.