aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/networking/ip-sysctl.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/networking/ip-sysctl.txt')
-rw-r--r--Documentation/networking/ip-sysctl.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/networking/ip-sysctl.txt b/Documentation/networking/ip-sysctl.txt
index 9cea5d3b3c50..36e5a402ed0e 100644
--- a/Documentation/networking/ip-sysctl.txt
+++ b/Documentation/networking/ip-sysctl.txt
@@ -685,6 +685,15 @@ ip_dynaddr - BOOLEAN
685 occurs. 685 occurs.
686 Default: 0 686 Default: 0
687 687
688ip_early_demux - BOOLEAN
689 Optimize input packet processing down to one demux for
690 certain kinds of local sockets. Currently we only do this
691 for established TCP sockets.
692
693 It may add an additional cost for pure routing workloads that
694 reduces overall throughput, in such case you should disable it.
695 Default: 1
696
688icmp_echo_ignore_all - BOOLEAN 697icmp_echo_ignore_all - BOOLEAN
689 If set non-zero, then the kernel will ignore all ICMP ECHO 698 If set non-zero, then the kernel will ignore all ICMP ECHO
690 requests sent to it. 699 requests sent to it.