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

2017-09-23 Thread goldsi...@gmx.de
gussabina wrote: 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 I would not have expected this (normally, you'd get one recv

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

2017-09-22 Thread Dirk Ziegelmeier
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 wrote: > Hello: > > I'm using lwIP 1.4.1 with FreeRTOS 7.30 running on Atmel ATSAM4E, with an > application