projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f79918a
)
neigh: document gc_thresh2
author
stephen hemminger
<
[email protected]
>
Mon, 25 Aug 2014 22:05:30 +0000
(15:05 -0700)
committer
David S. Miller
<
[email protected]
>
Tue, 26 Aug 2014 00:37:10 +0000
(17:37 -0700)
Missing documentation for gc_thresh2 sysctl.
Signed-off-by: Stephen Hemminger <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
Documentation/networking/ip-sysctl.txt
patch
|
blob
|
history
diff --git
a/Documentation/networking/ip-sysctl.txt
b/Documentation/networking/ip-sysctl.txt
index 29a93518bf18acc7d9a0a3ac443abd03662e3792..3cce8ea6b139ddc013253f0bc129e5c7052f19d6 100644
(file)
--- a/
Documentation/networking/ip-sysctl.txt
+++ b/
Documentation/networking/ip-sysctl.txt
@@
-65,6
+65,12
@@
neigh/default/gc_thresh1 - INTEGER
purge entries if there are fewer than this number.
Default: 128
+neigh/default/gc_thresh2 - INTEGER
+ Threshold when garbage collector becomes more aggressive about
+ purging entries. Entries older than 5 seconds will be cleared
+ when over this number.
+ Default: 512
+
neigh/default/gc_thresh3 - INTEGER
Maximum number of neighbor entries allowed. Increase this
when using large numbers of interfaces and when communicating