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. 708beb487492b69d7850bca41f992ca6e6ca5910
Date: Sat, 09 Jan 2016 09:21:14 +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  708beb487492b69d7850bca41f992ca6e6ca5910 (commit)
      from  4e8574bd23005e31a9c016f55ebc77b9d6b61ad2 (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 708beb487492b69d7850bca41f992ca6e6ca5910
Author: Axel Lin <address@hidden>
Date:   Sat Jan 9 12:11:12 2016 +0800

    udp_bind: Allocate a random port earlier to correctly detect port conflict
    
    Current code does not correctly detect port conflict if no port specified
    because it checks ipcb->local_port == port before udp_new_port().
    Fix it by allocating a random port earlier.
    
    Signed-off-by: Axel Lin <address@hidden>

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

Summary of changes:
 src/core/udp.c |   19 ++++++++++---------
 1 files changed, 10 insertions(+), 9 deletions(-)


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



reply via email to

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