extmod/modlwip: Use correct listening socket object in accept callback.
Since commit da938a83 the tcp_arg() that is set for the new connection is the new connection itself, and the parent listening socket is found in the pcb->connected entry.
Showing
Please register or sign in to comment