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. master_at_STABLE-2_0_0-752-gca9eae2
Date: Thu, 29 Jun 2017 05:44:25 -0400 (EDT)

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  ca9eae26e1e97d13a2833809d1950b3d101f55f4 (commit)
       via  79f2200b27f4e5e9b72a97ce7f418676e22166c9 (commit)
      from  5bddbdd914c26a25f90a218e70f6e74e6a1113ae (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 ca9eae26e1e97d13a2833809d1950b3d101f55f4
Author: Axel Lin <address@hidden>
Date:   Thu Jun 22 20:18:23 2017 +0800

    PPP, VJ: Use vj_uncompress_err at appropriate places
    
    Use vj_uncompress_err() instead of duplicating the same code.
    
    Signed-off-by: Axel Lin <address@hidden>
    Signed-off-by: Sylvain Rochet <address@hidden>

commit 79f2200b27f4e5e9b72a97ce7f418676e22166c9
Author: Axel Lin <address@hidden>
Date:   Thu Jun 22 20:12:54 2017 +0800

    PPP, PPPoS: Fix update SNMP ifoutoctets counter in pppos_output_last()
    
    Current code does not correctly update ifoutoctets counter because 
nb->tot_len
    is always 0. Fix it by setting nb->tot_len to actual payload length so we 
can
    update ifoutoctets correctly.
    
    Signed-off-by: Axel Lin <address@hidden>
    Signed-off-by: Sylvain Rochet <address@hidden>

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

Summary of changes:
 src/netif/ppp/pppos.c | 6 ++++++
 src/netif/ppp/vj.c    | 6 ++----
 2 files changed, 8 insertions(+), 4 deletions(-)


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



reply via email to

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