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. 156ad0dbf571bd0f7593de0e9f63cc4fbd07084e
Date: Mon, 11 Jan 2016 11:20:13 +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  156ad0dbf571bd0f7593de0e9f63cc4fbd07084e (commit)
      from  5056d375f277778d1b5aa7ac0fb99ff27aa3396d (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 156ad0dbf571bd0f7593de0e9f63cc4fbd07084e
Author: Axel Lin <address@hidden>
Date:   Mon Jan 11 10:44:29 2016 +0800

    udp_bind: Fix the logic to check both pcbs have REUSEADDR set
    
    The code for #if SO_REUSE case does not match the comment.
    By default, we don't allow to bind to a port that any other udp
    PCB is already bound to, unless *all* PCBs with that port have tha
    REUSEADDR flag set.
    
    Which means we want to omit checking for the same port if both pcbs
    have REUSEADDR set. Fix the logic accordingly.
    
    Fixes: d0348e0c60b3 ("task #6995: Implement SO_REUSEADDR (correctly)")
    Signed-off-by: Axel Lin <address@hidden>

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

Summary of changes:
 src/core/udp.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]