浏览代码

neigh: document gc_thresh2

Missing documentation for gc_thresh2 sysctl.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
stephen hemminger 11 年之前
父节点
当前提交
a3d1214688
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      Documentation/networking/ip-sysctl.txt

+ 6 - 0
Documentation/networking/ip-sysctl.txt

@@ -65,6 +65,12 @@ neigh/default/gc_thresh1 - INTEGER
 	purge entries if there are fewer than this number.
 	purge entries if there are fewer than this number.
 	Default: 128
 	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
 neigh/default/gc_thresh3 - INTEGER
 	Maximum number of neighbor entries allowed.  Increase this
 	Maximum number of neighbor entries allowed.  Increase this
 	when using large numbers of interfaces and when communicating
 	when using large numbers of interfaces and when communicating