Re: tcp sync cache refcount improvement

2023-09-03 Thread Vitaliy Makkoveev
> On 3 Sep 2023, at 21:08, Alexander Bluhm wrote: > > Hi, > > Avoid a useless increment and decrement of of the tcp syn cache > refcount by unexpanding the SYN_CACHE_TIMER_ARM() macro in the timer > callback. > > ok? > ok mvs > bluhm > > Index: netinet/tcp_input.c >

tcp sync cache refcount improvement

2023-09-03 Thread Alexander Bluhm
Hi, Avoid a useless increment and decrement of of the tcp syn cache refcount by unexpanding the SYN_CACHE_TIMER_ARM() macro in the timer callback. ok? bluhm Index: netinet/tcp_input.c === RCS file: