lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] tcp_tmr - TCP_TMR_INTERVAL


From: Kieran Mansley
Subject: Re: [lwip-users] tcp_tmr - TCP_TMR_INTERVAL
Date: Tue, 22 Aug 2006 09:48:37 +0100

On Tue, 2006-08-22 at 10:32 +0200, Hampus Thorell wrote:
> Yes, the information was very valuable.
> 
> However, I was thinking of decreasing the TCP_TMR_INTERVAL which is set 
> to default 250 in my version to for instance 1, do you believe this 
> would corrupt anything?

Yes.  Instead of waiting a second or two for an acknowledgement before
retransmitting a packet, it would wait only a few milliseconds, which
may be less than the round trip time of your network.  This would result
in a flood of retransmissions.  

Kieran





reply via email to

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