lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] 2 packets received in tcp and passed as only 1 with dou


From: Dirk Ziegelmeier
Subject: Re: [lwip-users] 2 packets received in tcp and passed as only 1 with doubled size
Date: Fri, 22 Sep 2017 20:29:07 +0200

Are you aware TCP is a STREAM protocol, NOT a PACKET based protocol like UDP? The behavior sounds perfectly fine.

Dirk

On Fri, Sep 22, 2017 at 5:24 PM, gussabina <address@hidden> wrote:
Hello:

I'm using lwIP 1.4.1 with FreeRTOS 7.30 running on Atmel ATSAM4E, with an
application creating a tcp (mqtt) connection to the cloud via ethernet. I
noticed in some cases, where 2 consecutive packets are sent from the cloud
(in a very short time between them), even when 2 TCP segments are received
in the ethernet interface (as observed in wireshark), the stack passes only
one packet with double size....
In this case the application fails as it's not what would expect....

How can this be avoided?

Thanks
Gus



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

_______________________________________________
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]