patch-2.4.22 linux-2.4.22/include/net/dst.h
Next file: linux-2.4.22/include/net/if_inet6.h
Previous file: linux-2.4.22/include/net/bluetooth/rfcomm.h
Back to the patch index
Back to the overall index
-  Lines: 11
-  Date:
2003-08-25 04:44:44.000000000 -0700
-  Orig file: 
linux-2.4.21/include/net/dst.h
-  Orig date: 
2001-11-22 11:47:14.000000000 -0800
diff -urN linux-2.4.21/include/net/dst.h linux-2.4.22/include/net/dst.h
@@ -18,8 +18,8 @@
  */
 #define RT_CACHE_DEBUG		0
 
-#define DST_GC_MIN	(1*HZ)
-#define DST_GC_INC	(5*HZ)
+#define DST_GC_MIN	(HZ/10)
+#define DST_GC_INC	(HZ/2)
 #define DST_GC_MAX	(120*HZ)
 
 struct sk_buff;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)