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

TCP networking: In the TCP connection operation, it was trying to setup the...

TCP networking:  In the TCP connection operation, it was trying to setup the network monitor BEFORE the socket was successfully connected.  This, of course, has ALWAYS failed because the socket is not yet connected and the TCP state is not yet correct for a connected socket.  However, because of other changes net_startmonitor(0 no returns a failure condition that causes worse problems when trying to connect.  The fix is to move the logic that starts the network monitor to AFTER the socket has been successfully connected.
parent a47a0d23
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