lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] Incorrect ACK number for the TCP Server with PPPoS, Net


From: Sarp Daltaban
Subject: Re: [lwip-users] Incorrect ACK number for the TCP Server with PPPoS, NetConn and FreeRTOS
Date: Wed, 6 Jun 2018 19:26:22 +0300

They are enabled Sir, but I cannot understand if they are passing in an uncorrupted way. How should I understand if the driver is corrupted?

6 Haz 2018 Çar 19:25 tarihinde Joel Cunningham <address@hidden> şunu yazdı:


On 06/06/2018 09:29 AM, sarp wrote:
> 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?
>
>
Are TCP checksums enabled and passing?  First guess is usually data
corruption in the link layer due to buggy driver

Joel


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

reply via email to

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