projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18bdfec
)
increase default size of the connection tracking table, thanks Marc
author
Florian Fainelli
<
[email protected]
>
Fri, 30 Jan 2009 14:13:09 +0000
(14:13 +0000)
committer
Florian Fainelli
<
[email protected]
>
Fri, 30 Jan 2009 14:13:09 +0000
(14:13 +0000)
SVN-Revision: 14283
package/base-files/files/etc/sysctl.conf
patch
|
blob
|
history
diff --git
a/package/base-files/files/etc/sysctl.conf
b/package/base-files/files/etc/sysctl.conf
index 9ff9aca92fd09cf9387d6ed6d043a9326446adca..61b315ea728eaf8706afd22a25d10effce8b14b0 100644
(file)
--- a/
package/base-files/files/etc/sysctl.conf
+++ b/
package/base-files/files/etc/sysctl.conf
@@
-9,6
+9,7
@@
net.ipv4.tcp_fin_timeout=30
net.ipv4.tcp_keepalive_time=120
net.ipv4.tcp_syncookies=1
net.ipv4.tcp_timestamps=0
+net.ipv4.netfilter.ip_conntrack_max=16384
net.ipv4.netfilter.ip_conntrack_tcp_timeout_established=3600
net.ipv4.netfilter.ip_conntrack_udp_timeout=60
net.ipv4.netfilter.ip_conntrack_udp_timeout_stream=180