From 2c8afb23f9e7fb05521dc7ad120afeb3764db5f3 Mon Sep 17 00:00:00 2001 From: Faiyaz Ahmed Date: Tue, 4 Dec 2007 17:13:06 +0000 Subject: [PATCH] Fix for dst cache overflow. Increases route cache. --- sysctl.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sysctl.php b/sysctl.php index 554f0dd..0c524d0 100755 --- a/sysctl.php +++ b/sysctl.php @@ -60,3 +60,6 @@ net.ipv4.tcp_window_scaling=0 # Mark only out of window RST segments as INVALID. This setting, among # other things, allows data to be sent with SYN packets. net.ipv4.netfilter.ip_conntrack_tcp_be_liberal=1 + +# Fixes dst cache overflow bug +net.ipv4.route.max_size=262144 -- 2.43.0