Re: pcb mutex for divert input

2022-08-20 Thread Vitaliy Makkoveev
> On 21 Aug 2022, at 00:31, Alexander Bluhm wrote: > > Hi, > > A inpcb mutex seems usable to serialize access to socket receive > buffer. I have tried it for divert and udp input. > > As first step I would like to replace the kernel lock with a per > PCB mutex in divert input. > > ok? > ok

pcb mutex for divert input

2022-08-20 Thread Alexander Bluhm
Hi, A inpcb mutex seems usable to serialize access to socket receive buffer. I have tried it for divert and udp input. As first step I would like to replace the kernel lock with a per PCB mutex in divert input. ok? bluhm Index: netinet/in_pcb.c