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. b09c891290be801a7ff45459ef6a927113b1b8c5
Date: Sun, 01 Mar 2015 23:47:54 +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  b09c891290be801a7ff45459ef6a927113b1b8c5 (commit)
       via  d28bb04a9cab629e18232f960c6fe5afd35d40bf (commit)
       via  9de1c71ff75059959a24ece32f0b4a552dd10892 (commit)
      from  3ce6dd166c3c022a3549d95014a8abf8417ff9e8 (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 b09c891290be801a7ff45459ef6a927113b1b8c5
Author: Sylvain Rochet <address@hidden>
Date:   Mon Mar 2 00:45:19 2015 +0100

    PPP, PPPoE, removed devname variable from pppoe_disc_input()
    
    Only used for debug, reworked in a more clever way. It was actually broken
    by design: setting an interface integer into a string without formatting
    was quite a dumb idea.

commit d28bb04a9cab629e18232f960c6fe5afd35d40bf
Author: Sylvain Rochet <address@hidden>
Date:   Mon Mar 2 00:16:25 2015 +0100

    PPP, PPPoE, improve reliability if we receive a PADT
    
    Don't disconnect when we receive a PADT, we let the LCP Echo/Reply find
    the fact that PPP session is down. Asking the PPP stack to end the
    session require strict checking about the PPP phase to prevent endless
    disconnection loops.
    
    Luckily it previously does nothing because PADT frames are rarely sent
    with a hunique tag and we only set the sc pointer if we receive a
    hunique tag.

commit 9de1c71ff75059959a24ece32f0b4a552dd10892
Author: Sylvain Rochet <address@hidden>
Date:   Mon Mar 2 00:05:55 2015 +0100

    PPP, PPPoE, removed global static buffer only used for debug
    
    pppoe_error_tmp[] was only used in one function and only for debug purposes,
    moved to stack.

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

Summary of changes:
 src/netif/ppp/pppoe.c |   44 +++++++++++++++++++++++---------------------
 1 files changed, 23 insertions(+), 21 deletions(-)


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



reply via email to

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