lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [patch #9837] Fix definition of LWIP_NUM_SYS_TIMEOUT_INTERN


From: Freddie Chopin
Subject: [lwip-devel] [patch #9837] Fix definition of LWIP_NUM_SYS_TIMEOUT_INTERNAL
Date: Fri, 26 Jul 2019 10:46:19 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:67.0) Gecko/20100101 Firefox/67.0

URL:
  <https://savannah.nongnu.org/patch/?9837>

                 Summary: Fix definition of LWIP_NUM_SYS_TIMEOUT_INTERNAL
                 Project: lwIP - A Lightweight TCP/IP stack
            Submitted by: freddie_chopin
            Submitted on: Fri 26 Jul 2019 02:46:11 PM UTC
                Category: None
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: None

    _______________________________________________________

Details:

In timeouts.c commit 7d1c26cc0c18d02cc72f348f9189dd1c3a06bfca replaced timeout
for AUTOIP with a timeout for ACD, however the value of
LWIP_NUM_SYS_TIMEOUT_INTERNAL was not updated and still counts LWIP_AUTOIP
instead of LWIP_ACD. If user has AUTOIP disabled (or not explicitly enabled)
and DHCP enabled, then ACD gets automatically enabled too. In this case there
will be one timeout too little for lwIP and first TCP packet received causes
an assertion.

Also add LWIP_IPV6_DHCP6 to the value of LWIP_NUM_SYS_TIMEOUT_INTERNAL, as it
was also not accounted for.



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Fri 26 Jul 2019 02:46:11 PM UTC  Name:
0001-Fix-definition-of-LWIP_NUM_SYS_TIMEOUT_INTERNAL.patch  Size: 2KiB   By:
freddie_chopin

<http://savannah.nongnu.org/patch/download.php?file_id=47264>

    _______________________________________________________

Reply to this item at:

  <https://savannah.nongnu.org/patch/?9837>

_______________________________________________
  Message sent via Savannah
  https://savannah.nongnu.org/




reply via email to

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