lwip-commits
[Top][All Lists]
Advanced

[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. master_at_STABLE-2_0_0-1051-gf5c37c8
Date: Sat, 18 Nov 2017 07:34:34 -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  f5c37c8cbb20c2542c074c83473198401f0b3320 (commit)
      from  d99144eef11e6be12322359baad95e5d0ead7a27 (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 f5c37c8cbb20c2542c074c83473198401f0b3320
Author: goldsimon <address@hidden>
Date:   Sat Nov 18 13:34:20 2017 +0100

    Fix broken MSG_PEEK on TCP sockets (post-2.0.3 bug)
    
    MSG_PEEK on TCP sockets was broken since commit 
b71d4477eab7c19c34e57e5c9a1f8add63de7879
    from 06.03.2017: recv hung in an endless loop and tcp_recved() was called 
for peeked data
    (which would result in a too large window advertised).
    
    Aded TCP MSG_PEEK to socket unit tests

-----------------------------------------------------------------------

Summary of changes:
 src/api/sockets.c            | 4 ++--
 test/unit/api/test_sockets.c | 6 ++++++
 2 files changed, 8 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
lwIP - A Lightweight TCPIP stack



reply via email to

[Prev in Thread] Current Thread [Next in Thread]