lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] [Issue] TCP fragmentation over PPP - fragments are lost


From: Marco Jakobs
Subject: Re: [lwip-users] [Issue] TCP fragmentation over PPP - fragments are lost in LwIP if data is queued for sending
Date: Thu, 24 Nov 2016 21:25:24 +0100

Hi Sylvain,

it must happen before it goes to PPP. If there would be issues in the serial stream (causing lost data), the sequence number of the next unbroken fragment would be wrong. As the sequence numbers in the "lost fragment" variant are perfect, I assume it must happen before LwIP assigns the sequence numbers.




It can't really happen, are you sure your serial output function is
blocking until all data are sent (or buffered in a fifo) ?

Sylvain


reply via email to

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