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

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)