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: Simon Goldschmidt
Subject: [lwip-devel] [patch #5779] Tunning TCP KeepAlives values
Date: Mon, 05 Mar 2007 07:05:42 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.2) Gecko/20070219 Firefox/2.0.0.2

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

I don't think it's generally a good idea to make such internal constants
tuneable in lwipopts.h. I would prefer the linux way for this, via
setsockopt() and the protocol options TCP_KEEPINTVL, TCP_KEEPIDLE and
TCP_KEEPCNT. This way you can tune the connections you want to tune and don't
affect other tcp sockets.

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.nongnu.org/





reply via email to

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