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: Sylvain Rochet
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. 4af297fc2018a4ab3f1e86dfdd94cf12dbf8a0c5
Date: Sat, 13 Aug 2016 14:02:41 +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  4af297fc2018a4ab3f1e86dfdd94cf12dbf8a0c5 (commit)
       via  4e1f8effaf70190b5441f5e8967092c2bfaa4d2f (commit)
      from  5493220c93052db4ba423e2000e85135ffb95b57 (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 4af297fc2018a4ab3f1e86dfdd94cf12dbf8a0c5
Author: Sylvain Rochet <address@hidden>
Date:   Sat Aug 13 15:56:42 2016 +0200

    PPP: fix don't print valid LCP echo request/reply packets if the link is up
    
    The check for link up was missing, meaning valid LCP echo request/reply
    packets are filtered whatever the PPP state is, despite what the comment
    says.
    
    Fix it by checking the PPP state as we would like to have done when it
    was written.

commit 4e1f8effaf70190b5441f5e8967092c2bfaa4d2f
Author: Sylvain Rochet <address@hidden>
Date:   Sat Aug 13 10:42:13 2016 +0200

    PPP: fix ppp_write internal documentation
    
    This function returns an err_t, not a number of characters written.

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

Summary of changes:
 src/include/netif/ppp/ppp_impl.h |    2 +-
 src/netif/ppp/ppp.c              |    7 ++-----
 src/netif/ppp/utils.c            |    6 +++---
 3 files changed, 6 insertions(+), 9 deletions(-)


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



reply via email to

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