lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] [lwip] Some lwIP findings : ACKs and slow start


From: Chris Borrelli
Subject: [lwip-users] [lwip] Some lwIP findings : ACKs and slow start
Date: Wed, 08 Jan 2003 23:24:27 -0000

Does anyone know why lwIP sends out ACK segs without data in the payload.  I
am using an echo server for some tests, and lwIP sends 2x the number of
packets it should because it sends empty ACKs...

Another thing I noticed is that lwIP echo server and a Windows client have
trouble sending large sized segments. The size of the packets ramps up from
100 bytes to 500 bytes... then it goes back down to 100 bytes..  here is the
situation:

my MSS = 536.

PC: sends 100 byte segment
lwIP: ACK
lwIP: echos 100 byte segment
PC: sends 200 byte segment, ACK
lwIP: ACK
lwIP: echos 200 byte segment




reply via email to

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