On Wed, Jul 31, 2019 at 04:36:08PM -0400, Dheeraj Kandula wrote:
> Hi All,
> I am reading through the socket code in uipc_socket.c file of FreeBSD
> 12.
>
> The code invokes wakeup with the channel as so->so_timeo in the following
> functions:
> soisconnected
> soisdisconnected
> soisdisconn
Hi All,
I am reading through the socket code in uipc_socket.c file of FreeBSD
12.
The code invokes wakeup with the channel as so->so_timeo in the following
functions:
soisconnected
soisdisconnected
soisdisconnecting and
soshutdown
The callers of soconnect invoke sleep so that the thread tha