Re: Socket Sleep and Wakeup clarification

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

Socket Sleep and Wakeup clarification

2019-07-31 Thread Dheeraj Kandula
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