lwip-commits
[Top][All Lists]
Advanced

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

[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, up


From: Simon Goldschmidt
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. STABLE-2_1_0_RELEASE-280-g8291ff3
Date: Fri, 26 Jul 2019 13:44:52 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "lwIP - A Lightweight TCPIP stack".

The branch, master has been updated
       via  8291ff3dc07fb96a110efe7c449ee46b8897e403 (commit)
      from  9dca4a02115ee0567f8b539ea97a4f2e197b770a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8291ff3dc07fb96a110efe7c449ee46b8897e403
Author: Freddie Chopin <address@hidden>
Date:   Fri Jul 26 16:44:12 2019 +0200

    Fix definition of LWIP_NUM_SYS_TIMEOUT_INTERNAL
    
    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.

-----------------------------------------------------------------------

Summary of changes:
 src/include/lwip/opt.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
lwIP - A Lightweight TCPIP stack



reply via email to

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