Re: sol_upcall in FreeBSD 12

2019-10-16 Thread Mark Johnston
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: > >

sol_upcall in FreeBSD 12

2019-08-01 Thread Dheeraj Kandula
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