Skip to content
Commit 9db65dea authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Networking: TCP disconnection callbacks are not retained in a list. This...

Networking:  TCP disconnection callbacks are not retained in a list.  This will support mutiple callbacks per lower-level TCP connection structure.  That is necessary for the cae where a socket is dup'ed and shares the same lower-level connection structure.  NOTE:  There still needs to be a call to tcp_start_monitor() when the socket is dup'ed.
parent ed58536c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment