[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-339-g8d7e436 |
Date: |
Thu, 30 Jan 2020 15:05:22 -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 8d7e436a9d24a2a1ee35aac72a7055e80330e994 (commit)
via 32a72b1a2069e5715bafe02c9c25353f99efc043 (commit)
from 3b2d7e289a7953ab3ccfa534ec5cbc0d2f1896f9 (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 8d7e436a9d24a2a1ee35aac72a7055e80330e994
Author: Patrick Schlangen <address@hidden>
Date: Thu Dec 19 10:40:52 2019 +0100
Fix select_waiting not being decremented for sockets closed while in
lwip_select()
See bug #57445. Short version of the description there: lwip_select() failed
to decrement 'select_waiting' of a socket since that code part failed on
'free_pending' sockets. However, the code does not have to check that as it
has marked the socket to be in use itself earlier.
Signed-off-by: Simon Goldschmidt <address@hidden>
commit 32a72b1a2069e5715bafe02c9c25353f99efc043
Author: Simon Goldschmidt <address@hidden>
Date: Thu Jan 30 20:47:19 2020 +0100
sntp: ensure sntp_retry_timeout reaches the configured limit
See bug #57620
Signed-off-by: Simon Goldschmidt <address@hidden>
-----------------------------------------------------------------------
Summary of changes:
src/api/sockets.c | 4 ++--
src/apps/sntp/sntp.c | 2 ++
2 files changed, 4 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-339-g8d7e436,
Simon Goldschmidt <=