lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] why ACK is happen every package


From: Kieran Mansley
Subject: Re: [lwip-users] why ACK is happen every package
Date: Fri, 12 Mar 2010 09:08:46 +0000

On Fri, 2010-03-12 at 13:14 +0800, yueyue papa wrote:
> 
> But the performance is not increase because of duplicated ACK.
> 
> xx.120 is lwIP working
> xx.184 is host.
> 
> Which parameters cause lwIP send so much duplicate ACK for the host?

The duplicate ACKs are there because there is loss.  lwIP sends them to
the other host to inform it that there is a missing packet that it must
retransmit.  You should work out where the packets are getting dropped
and fix that: the duplicate ACKs make things work faster when there is
loss, they are not slowing it down.  The packet loss will be reducing
performance though.

Kieran





reply via email to

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