svn commit: r243621 - head/sys/netinet

Andre Oppermann andre at FreeBSD.org
Tue Nov 27 19:07:29 UTC 2012


Author: andre
Date: Tue Nov 27 19:07:28 2012
New Revision: 243621
URL: http://svnweb.freebsd.org/changeset/base/243621

Log:
  Add DELACK to list of timers.
  
  MFC after:	1 week

Modified:
  head/sys/netinet/tcp_timer.h

Modified: head/sys/netinet/tcp_timer.h
==============================================================================
--- head/sys/netinet/tcp_timer.h	Tue Nov 27 19:00:44 2012	(r243620)
+++ head/sys/netinet/tcp_timer.h	Tue Nov 27 19:07:28 2012	(r243621)
@@ -122,7 +122,7 @@
 
 #ifdef	TCPTIMERS
 static const char *tcptimers[] =
-    { "REXMT", "PERSIST", "KEEP", "2MSL" };
+    { "REXMT", "PERSIST", "KEEP", "2MSL", "DELACK" };
 #endif
 
 /*


More information about the svn-src-head mailing list