patch-2.3.48 linux/include/net/tcp.h

Next file: linux/include/video/newport.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.47/linux/include/net/tcp.h linux/include/net/tcp.h
@@ -339,7 +339,7 @@
 
 #if HZ == 20
 # define TCP_TW_RECYCLE_TICK (5+2-TCP_TW_RECYCLE_SLOTS_LOG)
-#elif HZ == 100
+#elif HZ == 100 || HZ == 128
 # define TCP_TW_RECYCLE_TICK (7+2-TCP_TW_RECYCLE_SLOTS_LOG)
 #elif HZ == 1024
 # define TCP_TW_RECYCLE_TICK (10+2-TCP_TW_RECYCLE_SLOTS_LOG)

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