lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [patch #9601] introduce LWIP_TCP_MAX_TW_BUCKETS to limit ti


From: Simon Goldschmidt
Subject: [lwip-devel] [patch #9601] introduce LWIP_TCP_MAX_TW_BUCKETS to limit timewait socket
Date: Wed, 21 Mar 2018 16:15:02 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36

Update of patch #9601 (project lwip):

                  Status:                    None => Wont Do                
             Assigned to:                    None => goldsimon              
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

A tcp_pcb is allocated by (inderectly) calling 'tcp_alloc()'. The first thing
this function will do if allocation fails is to kill a pcb in time-wait
state.

If that doesn't work, let's debug it instead of adding more config options.

Also, a pcb in time-wait should not have any segments, pbufs or callbacks
attached, so it should only consume one tcp_pcb from the pool.

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

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