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. master_at_STABLE-2_0_0-818-g925f394
Date: Thu, 27 Jul 2017 14:52:32 -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  925f3944d3d9de6e730f6d0738844f339ce9e35c (commit)
       via  a6432c46aa8f1bf087eb104beabfbe7b51df2fc7 (commit)
      from  45fb7d7220209d8778eb7fdfe904591c31d23208 (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 925f3944d3d9de6e730f6d0738844f339ce9e35c
Author: Axel Lin <address@hidden>
Date:   Wed May 31 16:03:05 2017 +0800

    init: Correct minimal MEMP_NUM_SYS_TIMEOUT setting check
    
    According to commit 1f780e86d504 ("PPP timeouts required depend on the 
number of allowed PPP sessions"):
    Per PPP needs 6 timeouts (AUTH + PAP|CHAP|EAP + LCP + IPCP + IP6CP + PPPoE).
    
    So update the minimal MEMP_NUM_SYS_TIMEOUT setting check accordingly.
    Since we have LWIP_NUM_SYS_TIMEOUT_INTERNAL so just switch to use it.
    
    Signed-off-by: Axel Lin <address@hidden>
    Signed-off-by: goldsimon <address@hidden>

commit a6432c46aa8f1bf087eb104beabfbe7b51df2fc7
Author: goldsimon <address@hidden>
Date:   Thu Jul 27 20:50:40 2017 +0200

    Clarify LWIP_NUM_SYS_TIMEOUT_INTERNAL regarding PPP and make the number of 
required timeouts per ppp_pcb configurable as we don't really know it right now 
;-)

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

Summary of changes:
 src/core/init.c                  |  2 +-
 src/include/lwip/opt.h           |  2 +-
 src/include/netif/ppp/ppp_opts.h | 13 ++++++++++++-
 3 files changed, 14 insertions(+), 3 deletions(-)


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



reply via email to

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