lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] Maximum retransmission value


From: address@hidden
Subject: Re: [lwip-users] Maximum retransmission value
Date: Fri, 24 Jul 2009 17:08:19 +0200
User-agent: Thunderbird 2.0.0.22 (Macintosh/20090605)

Changing these defines is generally not a good idea, unless you have detailed knowledge of what they do in the tcp stack. You might risk unstable connections on networks which are not 100% safe against packet loss, and you also might risk interoperability with other network stacks/devices.

In general, it is better to design your communication protocol in a way to detect a timeout instead of changing the timeout at TCP level, where you change it for all connections - although you might only need the timeout for a dedicated control connection (or something like that).

Simon


PELISSIER Christophe wrote:
Hi,
I want to speed up the connection error detection of my application. Is decreasing the TCP_MAXRTX and TCP_SYNMAXRTX value a good way to be aware rapidely that a connection has been lost. Is there any risk to decrease TCP_MAXRTX from 12 (default value in my lwipopts.h) to 6 and TCP_SYNMAXRTX from 6 to 3? What can be the side effect that i must take care of? Thanks for your support. Regards,
Christophe
------------------------------------------------------------------------

_______________________________________________
lwip-users mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/lwip-users





reply via email to

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