lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #25467] Listen backlog is not reset on timeout in SYN_


From: Simon Goldschmidt
Subject: [lwip-devel] [bug #25467] Listen backlog is not reset on timeout in SYN_RCVD
Date: Mon, 02 Feb 2009 18:53:03 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; de; rv:1.9.0.5) Gecko/2008120121 Firefox/3.0.5

URL:
  <http://savannah.nongnu.org/bugs/?25467>

                 Summary: Listen backlog is not reset on timeout in SYN_RCVD
                 Project: lwIP - A Lightweight TCP/IP stack
            Submitted by: goldsimon
            Submitted on: Mo 02 Feb 2009 18:53:00 GMT
                Category: TCP
                Severity: 3 - Normal
              Item Group: Faulty Behaviour
                  Status: Confirmed
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: 1.3.1
            lwIP version: 1.3.0

    _______________________________________________________

Details:

Piero found this and posted on lwip-devel on 02.02.2009:

If TCP_LISTEN_BACKLOG is used, a connection that times out in state SYN_RCVD
(and is then purged) does not decrease the counter tpcb->accepts_pending. New
connections cannot be established.

Suggested solution: decrease listen_pcb->accepts_pending in tcp_slowtmr when
purging a pcb that is in state SYN_RCVD. Unfortunately, we don't have the
listen_pcb pointer here, so we will have to search for it in listen_pcbs.




    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?25467>

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





reply via email to

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