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. 97ef85c9aa0291cb4b1670ffd29299014b18ffad
Date: Thu, 27 Aug 2015 00:01:20 +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  97ef85c9aa0291cb4b1670ffd29299014b18ffad (commit)
      from  f649172580d1540d7d745c11c3069b4e42b66b95 (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 97ef85c9aa0291cb4b1670ffd29299014b18ffad
Author: Sylvain Rochet <address@hidden>
Date:   Thu Aug 27 01:58:35 2015 +0200

    PPP, MPPE, fixed TCP over MPPE
    
    We used to modify in place the packet payload during encryption, it works
    well for UDP and ICMP but TCP stack requires that we don't change the
    packet payload, therefore we now copy the whole packet before encryption.

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

Summary of changes:
 src/netif/ppp/mppe.c |   39 +++++++++++++++++++++++++--------------
 1 files changed, 25 insertions(+), 14 deletions(-)


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



reply via email to

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