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. adaeff554005d8cf2de2e2fb086dd858059c1a25
Date: Sun, 26 Apr 2015 19:00:34 +0000

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  adaeff554005d8cf2de2e2fb086dd858059c1a25 (commit)
       via  d0f91c00cb6dab4f1e54c495b14e3c4c980bb942 (commit)
      from  e20a0719774dfc5231695d0cf2fa7ab55d1b8d6e (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 adaeff554005d8cf2de2e2fb086dd858059c1a25
Author: Sylvain Rochet <address@hidden>
Date:   Sun Apr 26 20:59:09 2015 +0200

    PPP, MPPE, discard late packet in stateless mode
    
    When PPP is used over a link which does not guarantee packet ordering,
    we might get late MPPE packets. This is a problem because MPPE must be
    kept synchronized and the current implementation does not drop them and
    rekey 4095 times instead of 0, which is wrong.
    
    In order to prevent rekeying about a whole count space times (~ 4095
    times), drop packets which are not within the forward 4096/2 window and
    increase sanity error counter.

commit d0f91c00cb6dab4f1e54c495b14e3c4c980bb942
Author: Sylvain Rochet <address@hidden>
Date:   Sun Apr 26 20:57:01 2015 +0200

    PPP, MPPE, sanity error path rework
    
    We are going to need sanity error path a little further, rework to be
    able to use the sanity error path anywhere in decompressor.

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

Summary of changes:
 src/netif/ppp/mppe.c |   38 +++++++++++++++++++++-----------------
 1 files changed, 21 insertions(+), 17 deletions(-)


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



reply via email to

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