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. 0e1aec43487265ae0301bfa06a3b7ac91a163a37
Date: Sun, 12 Apr 2015 11:56:33 +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  0e1aec43487265ae0301bfa06a3b7ac91a163a37 (commit)
      from  c1c65777b6cae48f83cd58a73d878379f03116de (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 0e1aec43487265ae0301bfa06a3b7ac91a163a37
Author: Sylvain Rochet <address@hidden>
Date:   Sun Apr 12 13:53:53 2015 +0200

    PPP, using ip4_input() instead of ip_input()
    
    In PPP, we previously know if we are dealing with a IPv4 or a IPv6 packet,
    we don't need to use the ip_input() dispatch function, removing a useless
    if and reducing call stack by one.

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

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


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



reply via email to

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