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. 632de523de4d04ed069f46e18236b6b434372e5e
Date: Mon, 20 Apr 2015 21:50:09 +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  632de523de4d04ed069f46e18236b6b434372e5e (commit)
      from  2db75135904659b1b6d753c41009853ec64d41bc (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 632de523de4d04ed069f46e18236b6b434372e5e
Author: Sylvain Rochet <address@hidden>
Date:   Mon Apr 20 23:43:33 2015 +0200

    Fixed PBUF_LINK_ENCAPSULATION_HLEN support
    
    PBUF_LINK_ENCAPSULATION_HLEN support was introduced by 6ef7563f and
    missed the fact that header size calculation/reservation using
    computation like PBUF_LINK_HLEN + PBUF_IP_HLEN + ... are used all over
    the source code. Hopefully fixed all of them.

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

Summary of changes:
 src/core/init.c              |    4 ++--
 src/core/ipv4/icmp.c         |    4 ++--
 src/core/pbuf.c              |   10 +++++++---
 src/core/snmp/mib2.c         |    2 +-
 src/include/lwip/opt.h       |    2 +-
 src/netif/ppp/pppos.c        |   10 +++++-----
 src/netif/slipif.c           |    2 +-
 test/unit/tcp/test_tcp_oos.c |    8 ++++----
 8 files changed, 23 insertions(+), 19 deletions(-)


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



reply via email to

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