> I attached a wireshark file at my 1st posting. SYN is ok. GET is not ACK, > but there are 2 RSTs! I'm not sure where the GET fails.
Sorry, I should have noticed. Could it be that the problem lies outside of lwip? What about http server? It seems likely that the following is happening: http server accepts an overlapping connection, aborts it immediately (the first RST), then acknowledges reception of GET (with duplicate RST.) If that's the case, then your http server is to blame. - mike _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
