patch-2.3.15 linux/include/net/br.h

Next file: linux/include/net/dn.h
Previous file: linux/include/net/atmclip.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.14/linux/include/net/br.h linux/include/net/br.h
@@ -42,7 +42,7 @@
 
 /* broacast/multicast storm limitation. This per source. */
 #define MAX_MCAST_PER_PERIOD    4
-#define MCAST_HOLD_TIME		10	/* in jiffies unit (10ms increment) */
+#define MCAST_HOLD_TIME		(10*HZ/100)
 
 #define Default_path_cost 10
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)