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: Dirk Ziegelmeier
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. 11faa8149e4b7d367012e3e9193388cf4c804792
Date: Wed, 13 Jan 2016 21:21:00 +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  11faa8149e4b7d367012e3e9193388cf4c804792 (commit)
      from  70487a43d4c846aa4d0f450b64f5ffda2a058a4c (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 11faa8149e4b7d367012e3e9193388cf4c804792
Author: Joel Cunningham <address@hidden>
Date:   Thu Dec 17 09:57:12 2015 -0600

    Fix blocking close with LWIP_SO_SNDTIMEO
    
    This fixes a bug in close when LWIP_SO_SNDTIMEO is enabled, but
    the option is not in use on the socket
    
    A simple mis-typed comparison against zero would cause the close_timeout
    to get set to zero if conn->send_timeout was 0
    
    The intended check was to over-ride the default close timeout if a
    send timeout had been specified via SO_SNDTIMEO

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

Summary of changes:
 src/api/api_msg.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


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



reply via email to

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