Add DELACK to list of timers.

MFC after:	1 week
This commit is contained in:
Andre Oppermann 2012-11-27 19:07:28 +00:00
parent a2455e276d
commit 13feab8286
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=243621

View File

@ -122,7 +122,7 @@
#ifdef TCPTIMERS
static const char *tcptimers[] =
{ "REXMT", "PERSIST", "KEEP", "2MSL" };
{ "REXMT", "PERSIST", "KEEP", "2MSL", "DELACK" };
#endif
/*