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-425-g3779cf7
Date: Sat, 17 Oct 2020 14:11:57 -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  3779cf78560f8d4311438f8b38dad00baf8e35d9 (commit)
       via  88ac7460f09a67f8564b3109cebc63878f59bca3 (commit)
      from  bedb4e4745b72f88037fc0b906cfebebf7ca25a7 (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 3779cf78560f8d4311438f8b38dad00baf8e35d9
Author: Sylvain Rochet <gradator@gradator.net>
Date:   Sat Oct 17 19:51:45 2020 +0200

    PPP, PPPoS: wait for next packet when we drop a packet before it is complete
    
    If we fail to receive a full packet, for exemple if a memory allocation
    fail for some reason, we currently do not wait for next packet flag
    character and we start filling a new packet at next received byte. Then
    we expect the checksum check to discard the packet.
    
    The behavior seem to have been broken one or two decades ago when adding
    support for PFC (Protocol-Field-Compression) and ACFC
    (Address-and-Control-Field-Compression).
    
    Rework to drop any character until we receive a flag character at init
    and when we drop a packet before it is complete.

commit 88ac7460f09a67f8564b3109cebc63878f59bca3
Author: Sylvain Rochet <gradator@gradator.net>
Date:   Sat Oct 17 16:01:00 2020 +0200

    PPP: cleanup
    
    Code cleaning only (misleading indents or comments, etc.), no behavior
    change.

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

Summary of changes:
 src/include/netif/ppp/pppos.h |  1 -
 src/netif/ppp/ppp.c           | 15 ++++++++-------
 src/netif/ppp/pppos.c         | 37 ++++++-------------------------------
 3 files changed, 14 insertions(+), 39 deletions(-)


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



reply via email to

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