On Fri, 2011-04-01 at 13:09 +0200, brak brak2 wrote: > > I forget to write that I set MEMP_NUM_TCP_PCB to 2 and > tcp_listen_with_backlog(pcb, 2); when I tried to do this. > Even so I never noticed that the lwIP would Abort a connection. Other > connections just waits for accept when one is made.
It shouldn't depend on the backlog. In the current code if the accept callback is NULL the connection should be aborted. I don't have time to check this right now, but if you think it's not doing that please file a bug on savannah. Kieran _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
