X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sysctl.php;h=edd8e869c51fbb141824c55a0b45b65a199b99b2;hb=442dcf485cdf658606077ddc663c365032a525fb;hp=554f0dddc334e4dac9d5bd493092eda36340d4f7;hpb=524fd2d0ee134f86eaf1cc3aa433778327a699be;p=nodeconfig.git diff --git a/sysctl.php b/sysctl.php index 554f0dd..edd8e86 100755 --- a/sysctl.php +++ b/sysctl.php @@ -5,7 +5,7 @@ // Mark Huang // Copyright (C) 2006 The Trustees of Princeton University // -// $Id: sysctl.php,v 1.1 2006/11/06 22:02:17 mlhuang Exp $ +// $Id$ // // Get admin API handle @@ -39,6 +39,8 @@ if (!empty($nodenetworks)) { # For binary values, 0 is disabled, 1 is enabled. See sysctl(8) and # sysctl.conf(5) for more details. +# $Id$ + # Controls IP packet forwarding net.ipv4.ip_forward = @@ -60,3 +62,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