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 call per segment), but as Dirk already said, your application must be prepared to handle this, as it can always be the case that segments get combined if there are TCP retransmissions.

Simon

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

Reply via email to