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. 5056d375f277778d1b5aa7ac0fb99ff27aa3396d
Date: Mon, 11 Jan 2016 11:17:36 +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  5056d375f277778d1b5aa7ac0fb99ff27aa3396d (commit)
       via  b68e8019755f7b7957bc541d9de5fb6b09892a60 (commit)
      from  987f0e3016685f12229b2811ac7049f00c7480d0 (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 5056d375f277778d1b5aa7ac0fb99ff27aa3396d
Author: Axel Lin <address@hidden>
Date:   Sun Jan 10 18:28:07 2016 +0800

    tcp_bind/tcp_connect: Omit checking for the same port if no port specified
    
    No port specified means to use a random port.
    tcp_new_port() returns a new (free) local TCP port number on success.
    So in this case we don't need iterating all lists to test if the port
    number is used, tcp_new_port() alreay ensures the port is not used.
    
    Signed-off-by: Axel Lin <address@hidden>

commit b68e8019755f7b7957bc541d9de5fb6b09892a60
Author: Dirk Ziegelmeier <address@hidden>
Date:   Mon Jan 11 10:32:33 2016 +0100

    MIB compiler: Eliminate the need for a cast

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

Summary of changes:
 .../LwipMibCompiler/LwipMibCompiler/Program.cs     |    2 +-
 .../LwipSnmpCodeGeneration/SnmpMib.cs              |    6 +-
 src/core/tcp.c                                     |   72 ++++++++++----------
 3 files changed, 41 insertions(+), 39 deletions(-)


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



reply via email to

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