mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add DELACK to list of timers.
MFC after: 1 week
This commit is contained in:
parent
a2455e276d
commit
13feab8286
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@
|
|||
|
||||
#ifdef TCPTIMERS
|
||||
static const char *tcptimers[] =
|
||||
{ "REXMT", "PERSIST", "KEEP", "2MSL" };
|
||||
{ "REXMT", "PERSIST", "KEEP", "2MSL", "DELACK" };
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue