lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-users] Incorrect ACK number for the TCP Server with PPPoS, NetConn


From: sarp
Subject: [lwip-users] Incorrect ACK number for the TCP Server with PPPoS, NetConn and FreeRTOS
Date: Wed, 6 Jun 2018 07:29:40 -0700 (MST)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]