lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] Duplicate ACK problem with LWIP 1.3.2


From: address@hidden
Subject: Re: [lwip-users] Duplicate ACK problem with LWIP 1.3.2
Date: Wed, 06 Jan 2010 17:46:00 +0100
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; de; rv:1.9.1.5) Gecko/20091204 Thunderbird/3.0

Hafiz Bashir wrote:
Any help would be greatly appricated.
Since we do not know anything about the internals of your application and haven't seen the problem yet, you should try to debug, starting with enabling debug output for TCP by adding these lines in your lwipopts.h:

#define LWIP_DEBUG
#define TCP_DEBUG                  LWIP_DBG_OFF
#define TCP_INPUT_DEBUG            LWIP_DBG_OFF
#define TCP_OUTPUT_DEBUG           LWIP_DBG_OFF
#define TCP_RTO_DEBUG              LWIP_DBG_OFF
#define TCP_CWND_DEBUG             LWIP_DBG_OFF
#define TCP_WND_DEBUG              LWIP_DBG_OFF
#define TCP_FR_DEBUG               LWIP_DBG_OFF
#define TCP_QLEN_DEBUG             LWIP_DBG_OFF
#define TCP_RST_DEBUG              LWIP_DBG_OFF

You should then see debug output which you might be able to relate to the wireshark log and see at which point duplicate ACKs are sent.

Simon




reply via email to

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