lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [patch #5779] Tunning TCP KeepAlives values


From: Frédéric Bernon
Subject: [lwip-devel] [patch #5779] Tunning TCP KeepAlives values
Date: Wed, 07 Mar 2007 19:19:19 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.2) Gecko/20070219 Firefox/2.0.0.2

Follow-up Comment #9, patch #5779 (project lwip):

Kieran, about comment #6, are you agree to let in tcp.h :

#ifndef TCP_KEEPINTVL
#define TCP_KEEPINTVL 75000 /* Time between KEEPALIVE probes in miliseconds
*/
#endif

#ifndef TCP_KEEPCNT
#define TCP_KEEPCNT 9 /* Counter for KEEPALIVE probes */
#endif

So, they're not in opt.h. So, most of users don't know they can be redefined
them in they own lwipopts.h, but people we really want to change them can do
it, with having to patch lwip core. 

This is the same thing that Simon need for SNMP in
http://savannah.nongnu.org/patch/?5788.

I think it's not a so bad idea (nothing is broken and everyone will be
happy)....
  


    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?5779>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.nongnu.org/





reply via email to

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