From 8917f1c06f18931bb52cc0fdb005c651bccc9f4b Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Thu, 14 Nov 2019 08:57:05 +0100 Subject: [PATCH] sysctl: maxdgram --> 8192. closes https://github.com/opnsense/core/issues/3806 --- src/etc/config.xml.sample | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/etc/config.xml.sample b/src/etc/config.xml.sample index fcc11a7a2..2a988cdc9 100644 --- a/src/etc/config.xml.sample +++ b/src/etc/config.xml.sample @@ -205,6 +205,11 @@ net.inet.icmp.drop_redirect 1 + + + net.local.dgram.maxdgram + 8192 + normal