[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, up
From: |
Sylvain Rochet |
Subject: |
[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. STABLE-2_1_0_RELEASE-457-gd1fc5c2 |
Date: |
Mon, 16 Nov 2020 19:36:27 -0500 (EST) |
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 d1fc5c2ec4afbf0454172532bf32505b8a711ff0 (commit)
via 9a9d92a59e33708f6dfc4a458f4fc005a6777655 (commit)
via 3013e1fc191a20f7a4333f445aa5c815dd051e22 (commit)
via a4514cf41642d849d33fa37044ee3a0cd5912336 (commit)
from 332119d7e046b3f0781cc61ee592146076546338 (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 d1fc5c2ec4afbf0454172532bf32505b8a711ff0
Author: Sylvain Rochet <gradator@gradator.net>
Date: Tue Nov 17 01:19:21 2020 +0100
PPP: add one more timer to PPP_NUM_TIMEOUTS_PER_PCB for late authentication
Authentication timer might still be running when entering network phase
for any necessary rechallenge, mostly for PPP server support.
Update the detailed analysis of simultaneously running PPP timers
taking into account the authentication timer that might still be
running and chose to increase the base number to 2 instead of
adding more unnecessary complexity.
commit 9a9d92a59e33708f6dfc4a458f4fc005a6777655
Author: Sylvain Rochet <gradator@gradator.net>
Date: Tue Nov 17 00:39:27 2020 +0100
PPP, PAP: cancel PAP timeout when authentication succeed or fail
upap_timeout is not currently stopped on authentication success or
fail events. This may have strange results if session is restarted
in a high pace because even if the timeout callback have a sanity
check against the PAP state the session can be restarted and be
back in the valid state before the timeout callback is actually
called.
commit 3013e1fc191a20f7a4333f445aa5c815dd051e22
Author: Sylvain Rochet <gradator@gradator.net>
Date: Tue Nov 17 00:26:32 2020 +0100
PPP: remove unused ppp_pcb CHAP fields if server mode is disabled
pcb->settings.chap_timeout_time and pcb->settings.chap_max_transmits
are only used if server mode is enabled.
commit a4514cf41642d849d33fa37044ee3a0cd5912336
Author: Sylvain Rochet <gradator@gradator.net>
Date: Mon Nov 16 22:21:51 2020 +0100
PPP: fix unused parameter warning on prot_flavor if CHAP support is disabled
prot_flavor parameter is only used if CHAP support is enabled.
-----------------------------------------------------------------------
Summary of changes:
src/include/netif/ppp/ppp.h | 2 +-
src/include/netif/ppp/ppp_impl.h | 35 ++++++++++++++++++++---------------
src/include/netif/ppp/ppp_opts.h | 2 +-
src/netif/ppp/auth.c | 2 ++
src/netif/ppp/ppp.c | 2 +-
src/netif/ppp/upap.c | 2 ++
6 files changed, 27 insertions(+), 18 deletions(-)
hooks/post-receive
--
lwIP - A Lightweight TCPIP stack
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. STABLE-2_1_0_RELEASE-457-gd1fc5c2,
Sylvain Rochet <=