[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-commits] [SCM] UNNAMED PROJECT branch, master, updated. 5d13b5a2fb
From: |
Simon Goldschmidt |
Subject: |
[lwip-commits] [SCM] UNNAMED PROJECT branch, master, updated. 5d13b5a2fb073014e5638bc27d6252d317d8d2dc |
Date: |
Tue, 17 Feb 2015 07:02:40 +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 5d13b5a2fb073014e5638bc27d6252d317d8d2dc (commit)
from 90db8210364941fa2a6b4221a15c0bf4406ffadf (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 5d13b5a2fb073014e5638bc27d6252d317d8d2dc
Author: goldsimon <address@hidden>
Date: Tue Feb 17 08:02:34 2015 +0100
fixed bug #37614 "Errors from ipX_output are not processed". Now
tcp_output(_segment) checks for the return value of ipX_output and does not try
to send more on error. A netif driver can call tcp_txnow() (from tcpip_thread!)
to try to send again if TX buffers are available again.
-----------------------------------------------------------------------
Summary of changes:
CHANGELOG | 7 ++++
src/api/api_msg.c | 25 +++++++++++--
src/core/tcp.c | 35 +++++++++++++++----
src/core/tcp_out.c | 79 +++++++++++++++++++++++++++---------------
src/include/lwip/tcp_impl.h | 9 ++++-
5 files changed, 113 insertions(+), 42 deletions(-)
hooks/post-receive
--
UNNAMED PROJECT
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-commits] [SCM] UNNAMED PROJECT branch, master, updated. 5d13b5a2fb073014e5638bc27d6252d317d8d2dc,
Simon Goldschmidt <=