On Tue, 2009-07-28 at 15:11 -0700, Chris_S wrote: > Well it's still running, still serving pages, so things look good. > > Kieran said that lwIP was not closing the connections, like the other end > was. So does that mean it is still doing something wrong? I've attached > the PCAP file. > > I'll check the other HTTPd versions later, and I will also be checking the > CGI functions next. It also has a simple ROM file setup.
Still looks like the lwIP side is not closing its end of the connections. There are no FIN packets coming from 192.168.2.1. Most likely this is due to the stack waiting for the application to call tcp_close(). Kieran _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
