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. b302cad46dbd9482da4873361cb8ba1f5b736e30
Date: Sun, 19 Apr 2015 22:15:56 +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  b302cad46dbd9482da4873361cb8ba1f5b736e30 (commit)
      from  33838b8c1cc4221ac912dda6be86f1af97ad29b4 (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 b302cad46dbd9482da4873361cb8ba1f5b736e30
Author: Sylvain Rochet <address@hidden>
Date:   Mon Apr 20 00:10:35 2015 +0200

    PPP, VJ, CCP: rework to fix protocol order
    
    We need to do VJ compression before CCP/MPPE compression and VJ
    decompression after CCP/MPPE decompression. This leads to a massive
    rewrite of how we currently handled VJ only in the PPPoS lower protocol
    handler.
    
    Moved VJ structures from pppos to ppp_pcb because we need them back in
    PPP core. This is a bit unfortunate because that's not necessary for
    PPPoE or PPPoL2TP, but, hey!. Fixed CCP+MPPE+VJ order.

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

Summary of changes:
 src/include/netif/ppp/ppp.h      |   11 +++-
 src/include/netif/ppp/ppp_impl.h |    6 --
 src/include/netif/ppp/pppos.h    |   10 +---
 src/netif/ppp/ppp.c              |   76 +++++++++++++++++++++---
 src/netif/ppp/pppoe.c            |    4 -
 src/netif/ppp/pppol2tp.c         |    4 -
 src/netif/ppp/pppos.c            |  122 +-------------------------------------
 7 files changed, 80 insertions(+), 153 deletions(-)


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



reply via email to

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