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, STABLE-2_1


From: Simon Goldschmidt
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, STABLE-2_1_x, updated. STABLE-2_1_3_RC1-19-g018c64a
Date: Wed, 13 Oct 2021 15:31: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, STABLE-2_1_x has been updated
       via  018c64ab948f61ab574fc9e388bb266148f270f0 (commit)
       via  7e92fb3d7f57972a94bf590ea2206ea3ddc4fa41 (commit)
      from  051fbea5e69c6c546cf09fdde44ca78ed6c37e42 (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 018c64ab948f61ab574fc9e388bb266148f270f0
Author: Sylvain Rochet <gradator@gradator.net>
Date:   Wed Oct 21 02:11:59 2020 +0200

    PPP: assert if ppp_set_* functions are called when session is not dead
    
    ppp_set_* functions that set the PPP session parameters must only be
    called when the session is in a dead state (i.e. disconnected),
    otherwise not fatal but surprising results may happen.

commit 7e92fb3d7f57972a94bf590ea2206ea3ddc4fa41
Author: Sylvain Rochet <gradator@gradator.net>
Date:   Tue Oct 20 04:15:25 2020 +0200

    PPP: remove LWIP_ASSERT_CORE_LOCKED on ppp_set_auth function
    
    We do not have equivalents in PPPAPI for ppp_set_* functions because
    calling them only makes sense while session is disconnected, furthermore
    they are only setting structure members of the session configuration.

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

Summary of changes:
 src/netif/ppp/ppp.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)


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



reply via email to

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