[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_RC1-35-gfc24d41 |
Date: |
Wed, 12 Sep 2018 16:24:20 -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 fc24d4139fe6b6396c8e92185cb4b5571847e23d (commit)
via bbf80b05c8f7463b99d99a537c5c3131ce5022eb (commit)
via bc48eb512e6121159a5f99802d60ace09ad73c92 (commit)
from cdfa3dfa9d7db20d249503da9e87591b089290ed (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 fc24d4139fe6b6396c8e92185cb4b5571847e23d
Author: Simon Goldschmidt <address@hidden>
Date: Wed Sep 12 22:24:05 2018 +0200
altcp_tls_mbedtls: convert #error on too small TCP_WND to warning
Many TLS use cases are OK with a small TCP_WND, so don't prevent these
by having a preprocessor check that cannot be disabled.
commit bbf80b05c8f7463b99d99a537c5c3131ce5022eb
Author: Simon Goldschmidt <address@hidden>
Date: Wed Sep 12 22:22:10 2018 +0200
ppp: fix implicit conversion from size_t to u8_t
Found when compiling with VS2017
commit bc48eb512e6121159a5f99802d60ace09ad73c92
Author: Simon Goldschmidt <address@hidden>
Date: Wed Sep 12 21:56:16 2018 +0200
Fix bug #54506 (LWIP_CHECKSUM_ON_COPY causes wrong checksum (0xFFFF))
one's complement sum was not correctly done, which could result in the
checksum being 0xFFFF instead of 0 in some cases.
-----------------------------------------------------------------------
Summary of changes:
src/apps/altcp_tls/altcp_tls_mbedtls.c | 9 +++++----
src/core/tcp_out.c | 4 ++--
src/netif/ppp/fsm.c | 2 +-
src/netif/ppp/upap.c | 4 ++--
4 files changed, 10 insertions(+), 9 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_RC1-35-gfc24d41,
Simon Goldschmidt <=