[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-users] How to force dup ACK
From: |
Kieran Mansley |
Subject: |
Re: [lwip-users] How to force dup ACK |
Date: |
Thu, 15 Apr 2010 10:44:01 +0100 |
On Thu, 2010-04-15 at 15:32 +0800, yueyue papa wrote:
> Hi All,
>
> I use lwIP in GPRS environment. Wireshark is setup in the server. I
> find these information:
>
> lwip device <--------------------> server (Wireshark running there)
>
> if TSS = 512, the TCP stream is working very stable.
>
> if TSS = 1024, 1460, there is always TCP ACK lost in server. The
> resend is always happen.
>
> The resend cause the performance down.
Are you sure it is ACKs that are being lost rather than packets with
payload? Could you post an example wireshark capture to show this?
> Is there a solution I could configure lwIP make duplicate ACK send, so
> as to decrease the ACK lost possibility?
Not that I know of.
Kieran