On Thu, Aug 01, 2019 at 04:06:34PM -0400, Dheeraj Kandula wrote:
> When going through the code of FreeBSD12, I see that the socket code has
> undergone significant change.
>
> The socket is now either a regular socket or a listen socket.
> The listen socket has two new fields besides others:
>
>
When going through the code of FreeBSD12, I see that the socket code has
undergone significant change.
The socket is now either a regular socket or a listen socket.
The listen socket has two new fields besides others:
sol_upcall and sol_upcallarg
My understanding is that this callback will be us