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: Sylvain Rochet
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. STABLE-2_1_0_RELEASE-450-ga494b99
Date: Thu, 22 Oct 2020 17:26:36 -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  a494b990dabda414a89a67792e42d78aa4383cfd (commit)
       via  a9f19cd7f166445a7d4b93df6a8940825bba529e (commit)
      from  22f13c24aaf7e11ba3aca7416a1cfe950dea205f (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 a494b990dabda414a89a67792e42d78aa4383cfd
Author: Sylvain Rochet <gradator@gradator.net>
Date:   Thu Oct 22 22:52:10 2020 +0200

    PPP, PPPoS: drop in flight packets from the tcpip mailbox if PPP session is 
down
    
    A previous call to ppp_input might have disconnected the session while
    there were still packets in flight in the tcpip mailbox. Drop incoming
    packets because ppp_input must never be called if the upper layer is
    down.

commit a9f19cd7f166445a7d4b93df6a8940825bba529e
Author: Sylvain Rochet <gradator@gradator.net>
Date:   Thu Oct 22 20:47:08 2020 +0200

    PPP, PPPoS: only check open flag after events that may have changed it
    
    Speed-up a little bit the PPPoS input parser by only checking the open
    flag after calling the ppp_input function, the only one that can induce
    a state change here.

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

Summary of changes:
 src/netif/ppp/ppp.c   |  4 +++-
 src/netif/ppp/pppos.c | 38 +++++++++++++++++++++++++++++---------
 2 files changed, 32 insertions(+), 10 deletions(-)


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



reply via email to

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