[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. 16c70dd60e80f118dca7e97643847b6a64997caa |
Date: |
Tue, 05 Apr 2016 19:42:19 +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 "lwIP - A Lightweight TCPIP stack".
The branch, master has been updated
via 16c70dd60e80f118dca7e97643847b6a64997caa (commit)
from 03e9c88488dda0933d35e5c502db9a88deb62ab9 (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 16c70dd60e80f118dca7e97643847b6a64997caa
Author: sg <address@hidden>
Date: Tue Apr 5 21:42:10 2016 +0200
fixed bug# 43739 (Accept not reporting errors about aborted connections):
netconn_accept() returns ERR_ABRT (sockets: ECONNABORTED) for aborted
connections, ERR_CLSD (sockets: EINVAL) if the listening netconn is closed,
which better seems to follow the standard
-----------------------------------------------------------------------
Summary of changes:
CHANGELOG | 6 ++++++
src/api/api_lib.c | 20 ++++++++++++++------
src/api/api_msg.c | 25 +++++++++++++++++++------
src/api/sockets.c | 6 ++++--
src/include/lwip/priv/api_msg.h | 4 ++++
5 files changed, 47 insertions(+), 14 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. 16c70dd60e80f118dca7e97643847b6a64997caa,
Simon Goldschmidt <=