[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, up
From: |
Simon Goldschmidt |
Subject: |
[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. STABLE-2_1_0_RELEASE-337-g3b2d7e2 |
Date: |
Thu, 30 Jan 2020 14:44:25 -0500 (EST) |
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 3b2d7e289a7953ab3ccfa534ec5cbc0d2f1896f9 (commit)
via a4b578b483eb0a848bf2c492f02b73ca3af8f1a3 (commit)
from dae8eb8d6e210ecf9b75ec9539ba243f1ef096da (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 3b2d7e289a7953ab3ccfa534ec5cbc0d2f1896f9
Author: Felix Werner <address@hidden>
Date: Mon Jan 20 15:57:38 2020 +0100
Additional Debug-Print in api_msg.c
Signed-off-by: Simon Goldschmidt <address@hidden>
commit a4b578b483eb0a848bf2c492f02b73ca3af8f1a3
Author: Simon Goldschmidt <address@hidden>
Date: Thu Jan 30 20:42:15 2020 +0100
pbuf: avoid using multiple PBUF_POOL buffers for IPv6
Use 'PBUF_IP_HLEN+PBUF_TRANSPORT_HLEN' instead of '40' to calculate
PBUF_POOL_BUFSIZE (the size of each PBUF_POOL buffer) since the former
can be 60 when IPv6 is enabled.
See bug #56355
Signed-off-by: Simon Goldschmidt <address@hidden>
-----------------------------------------------------------------------
Summary of changes:
src/api/api_msg.c | 5 ++++-
src/include/lwip/opt.h | 2 +-
2 files changed, 5 insertions(+), 2 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-337-g3b2d7e2,
Simon Goldschmidt <=