I am implementing a TCP Server with PPPoS where NO_SYS = 0(FreeRTOS).

Everything is OK, one thread feeds ppp and the other opens a netconn socket
for server and starts listening.

However, when a client is connected, connection is reset because of
incorrect ACK number with

      the switch case SYN_RCVD of tcp_process() by the function tcp_rst() in
tcp_in.c

What could be the reason for that?





--
Sent from: http://lwip.100.n7.nabble.com/lwip-users-f3.html

_______________________________________________
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to