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. bf5866b27dbe82ef3b61db35eb8f410a1dd75743
Date: Wed, 24 Aug 2016 10:22:48 +0000 (UTC)

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  bf5866b27dbe82ef3b61db35eb8f410a1dd75743 (commit)
      from  298ec340e50219f78c190f7b54a3133893ddd56e (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 bf5866b27dbe82ef3b61db35eb8f410a1dd75743
Author: Axel Lin <address@hidden>
Date:   Wed Aug 24 16:49:03 2016 +0800

    tcp: Prevents a 0 sized (invalid) backlog
    
    commit 44e1a2d8e23f accidently includes below changes in 
tcp_listen_with_backlog
     -  tcp_backlog_set(lpcb, backlog);
     +  lpcb->backlog = backlog;
    
    Thus pass 0 to the backlog parameter of netconn_listen_with_backlog() fails.
    
    Fixes: 44e1a2d8e23f ("define tcp_backlog_set() as dummy-define when backlog 
feature is disable")
    Signed-off-by: Axel Lin <address@hidden>
    Signed-off-by: goldsimon <address@hidden>

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

Summary of changes:
 src/core/tcp.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


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



reply via email to

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