Simon, Thanks. I do have a listen open as well. I used tcp_listen_with_backlog(pcb,1) with my #define TCP_LISTEN_BACKLOG 1. I guess I don't understand the backlog function. Should the backlog be larger than 1?
Thanks again, Paul ________________________________________ From: [email protected] <[email protected]> on behalf of S G <[email protected]> Sent: Friday, August 08, 2014 4:30 PM To: Mailing list for lwIP users Subject: Re: [lwip-users] LWIP RAW tcp_close, tcp_connect My guess would be that you have manual listen backlog enabled but don't tell the stack to decrement the listen backlog after accepting a connection... Simon _______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users _______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
