diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2011-01-04 12:27:23 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2011-01-04 12:27:31 -0500 |
commit | abe7607f691caeb40518c63eb8c9cc8a847af424 (patch) | |
tree | fda39050cf5f1ae9edfd3fd5f95fed1d8f64b0c5 /conf.default/config.xml | |
parent | 0238cc4a6c1c66776f9a2a613be12f1553050321 (diff) | |
download | pfsense-abe7607f691caeb40518c63eb8c9cc8a847af424.zip pfsense-abe7607f691caeb40518c63eb8c9cc8a847af424.tar.gz |
Add sysctl for maximum socket buffer sizing. Set to 42621444. This is needed for some heavily loaded servers running unbound, squid, etc
Diffstat (limited to 'conf.default/config.xml')
-rw-r--r-- | conf.default/config.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf.default/config.xml b/conf.default/config.xml index 0200f4d..f5ea2c9 100644 --- a/conf.default/config.xml +++ b/conf.default/config.xml @@ -135,6 +135,11 @@ <tunable>net.inet.tcp.tso</tunable> <value>default</value> </item> + <item> + <descr>Maximum socket buffer size</descr> + <tunable>kern.ipc.maxsockbuf</tunable> + <value>default</value> + </item> </sysctl> <system> <optimization>normal</optimization> |