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-427-g5bf9ceb
Date: Sat, 17 Oct 2020 20:20:07 -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  5bf9cebb543b6a6208fdc88632c6e0d6ec515831 (commit)
       via  7c0c3879b222f4ec122e3a4b0f07a9f6b0009170 (commit)
      from  3779cf78560f8d4311438f8b38dad00baf8e35d9 (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 5bf9cebb543b6a6208fdc88632c6e0d6ec515831
Author: Sylvain Rochet <gradator@gradator.net>
Date:   Sun Oct 18 02:13:08 2020 +0200

    PPP: check that pbuf_coalesce succeed
    
    When pbuf_coalesce fails it does nothing and returns the previous buffer
    chain. Adds checks that pbuf_coalesce succeeded, otherwise drop incoming
    packet.

commit 7c0c3879b222f4ec122e3a4b0f07a9f6b0009170
Author: Sylvain Rochet <gradator@gradator.net>
Date:   Sun Oct 18 01:44:09 2020 +0200

    PPP, PPPoS: use PBUF_RAM in transmit pathway
    
    Allocate Tx chunk in PBUF_RAM, using PBUF_POOL_BUFSIZE as a great
    chosen value for chunk size.

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

Summary of changes:
 src/netif/ppp/ppp.c      |  4 ++++
 src/netif/ppp/pppoe.c    |  4 ++++
 src/netif/ppp/pppol2tp.c |  5 +++++
 src/netif/ppp/pppos.c    | 18 ++++++++++--------
 4 files changed, 23 insertions(+), 8 deletions(-)


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



reply via email to

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