[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-commits] [SCM] UNNAMED PROJECT branch, master, updated. 6c3f6cfd89
From: |
Simon Goldschmidt |
Subject: |
[lwip-commits] [SCM] UNNAMED PROJECT branch, master, updated. 6c3f6cfd89b694163adace5aa971524e1afd0319 |
Date: |
Tue, 10 Feb 2015 21:16:02 +0000 |
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 "UNNAMED PROJECT".
The branch, master has been updated
via 6c3f6cfd89b694163adace5aa971524e1afd0319 (commit)
from ee833ea5941fc4ff9b5b7f1bc515ac3b68d3a8ea (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 6c3f6cfd89b694163adace5aa971524e1afd0319
Author: sg <address@hidden>
Date: Tue Feb 10 22:15:54 2015 +0100
netconn/socket api: fixed bug #44225 "closing TCP socket should time out
eventually", implemented task #6930 "Implement SO_LINGER": closing TCP sockets
times out after 20 seconds or after the configured SND_TIMEOUT or depending on
the linger settings; fixed that netconn_close/netconn_delete still used message
passing for LWIP_TCPIP_CORE_LOCKING==1
-----------------------------------------------------------------------
Summary of changes:
CHANGELOG | 10 ++
src/api/api_lib.c | 25 ++++--
src/api/api_msg.c | 206 ++++++++++++++++++++++++++++++++++---------
src/api/sockets.c | 47 +++++++++-
src/include/lwip/api.h | 4 +
src/include/lwip/api_msg.h | 5 +
src/include/lwip/opt.h | 14 +++
7 files changed, 258 insertions(+), 53 deletions(-)
hooks/post-receive
--
UNNAMED PROJECT
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-commits] [SCM] UNNAMED PROJECT branch, master, updated. 6c3f6cfd89b694163adace5aa971524e1afd0319,
Simon Goldschmidt <=