CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/09/03 15:37:17
Modified files:
sys/netinet : tcp_input.c
Log message:
Avoid a useless increment and decrement of the tcp syn cache refcount
by unexpanding the SYN_CACHE_TIMER_ARM() macro in the timer callback.
OK mvs@
