> 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
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