[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-429-g012fadd |
Date: |
Sat, 17 Oct 2020 20:40:28 -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 012fadd77f35b7bc4475f2c296a5101cea64a9a6 (commit)
via 6b30cf62cc484e0adbba062c31c5f31cc05a5b49 (commit)
from 5bf9cebb543b6a6208fdc88632c6e0d6ec515831 (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 012fadd77f35b7bc4475f2c296a5101cea64a9a6
Author: Sylvain Rochet <gradator@gradator.net>
Date: Sun Oct 18 02:34:43 2020 +0200
PPP: enable PPP_USE_PBUF_RAM by default
We need PBUF_RAM for quite a while for PPP, e.g. through pbuf_coalesce
and for all PPP transmit paths. There are no real reason to keep
allocating packets from PBUF_POOL for PPP control packets transmit path
by default today.
commit 6b30cf62cc484e0adbba062c31c5f31cc05a5b49
Author: Sylvain Rochet <gradator@gradator.net>
Date: Sun Oct 18 02:28:58 2020 +0200
PPP, PPPoL2TP: fix displayed length in debug message
Packet length is p->tot_len here, not len.
-----------------------------------------------------------------------
Summary of changes:
src/include/netif/ppp/ppp_opts.h | 6 +++---
src/netif/ppp/pppol2tp.c | 2 +-
2 files changed, 4 insertions(+), 4 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-429-g012fadd,
Sylvain Rochet <=