projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8098f0
)
tweak some sysctl values for better performance
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 7 Apr 2009 02:51:04 +0000
(
02:51
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 7 Apr 2009 02:51:04 +0000
(
02:51
+0000)
SVN-Revision: 15129
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 61b315ea728eaf8706afd22a25d10effce8b14b0..7c5396cde83deaa96ef1ce05e85b2f4b031870fe 100644
(file)
--- a/
package/base-files/files/etc/sysctl.conf
+++ b/
package/base-files/files/etc/sysctl.conf
@@
-9,6
+9,9
@@
net.ipv4.tcp_fin_timeout=30
net.ipv4.tcp_keepalive_time=120
net.ipv4.tcp_syncookies=1
net.ipv4.tcp_timestamps=0
+net.core.netdev_max_backlog=30
+net.netfilter.nf_conntrack_checksum=0
+net.ipv4.netfilter.ip_conntrack_checksum=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