[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. b4d7238eb894e0f499a75eb5a88a2aec99a60150 |
Date: |
Wed, 16 Mar 2016 21:22:26 +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 b4d7238eb894e0f499a75eb5a88a2aec99a60150 (commit)
from ee87d282527ccd43ae812e0bb0eca866958346c5 (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 b4d7238eb894e0f499a75eb5a88a2aec99a60150
Author: sg <address@hidden>
Date: Wed Mar 16 22:22:20 2016 +0100
tcp_output_segment: don't count retransmitted segments in mib2.tcpoutsegs
by detecting p->payload != tcphdr pointer; don't try to retransmit segments
where p->ref != 1 (as it is invalid to mess up p->len/p->payload when we don't
have exclusive access to the pbuf)
-----------------------------------------------------------------------
Summary of changes:
src/core/tcp_out.c | 12 ++++++++++--
1 files changed, 10 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. b4d7238eb894e0f499a75eb5a88a2aec99a60150,
Simon Goldschmidt <=