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. af722a297833f70923be52c038285a4866d12783
Date: Sun, 08 Mar 2015 12:38:47 +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  af722a297833f70923be52c038285a4866d12783 (commit)
      from  7fce9346dc4f4f7ffb12849797acc1b43b00f239 (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 af722a297833f70923be52c038285a4866d12783
Author: Sylvain Rochet <address@hidden>
Date:   Sun Mar 8 13:33:55 2015 +0100

    PPP, IPv6, reduce size of llv6_ntoa() function
    
    Reduced static buffer to the strict necessary (26 bytes), removed
    call to eui64_ntoa(), merged eui64_ntoa() into llv6_ntoa().
    
    272 bytes (code + static buffers) to 140 bytes on x86_64.
    
    Improved eui64_ntoa() as well, we don't need it anymore but I'd
    like to keep all eui64_* helpers functions.

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

Summary of changes:
 src/netif/ppp/eui64.c  |    4 ++--
 src/netif/ppp/ipv6cp.c |    7 +++++--
 2 files changed, 7 insertions(+), 4 deletions(-)


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



reply via email to

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