lwip-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-commits] [SCM] lwIP Contrib - Contributed code for Lightweight TCP


From: Simon Goldschmidt
Subject: [lwip-commits] [SCM] lwIP Contrib - Contributed code for Lightweight TCP/IP stack branch, master, updated. STABLE-2_0_0_RELEASE-219-g2dc42d0
Date: Thu, 1 Feb 2018 06:24:47 -0500 (EST)

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 Contrib - Contributed code for Lightweight TCP/IP stack".

The branch, master has been updated
       via  2dc42d0129b01d64a66b22681e86c5038651d281 (commit)
      from  c0b40679106863ce92058f899298f4f1980097e2 (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 2dc42d0129b01d64a66b22681e86c5038651d281
Author: goldsimon <address@hidden>
Date:   Thu Feb 1 12:23:22 2018 +0100

    add addons/tcp_md5 (example implementation for new hooks)
    
    This is an implementation of TCP MD5 signatures by using various hooks in
    lwIP to implement custom tcp options and custom socket options.
    
    See README on how to use it.
    
    Signed-off-by: goldsimon <address@hidden>

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

Summary of changes:
 addons/tcp_md5/README    |  27 +++
 addons/tcp_md5/tcp_md5.c | 535 +++++++++++++++++++++++++++++++++++++++++++++++
 addons/tcp_md5/tcp_md5.h |  84 ++++++++
 3 files changed, 646 insertions(+)
 create mode 100644 addons/tcp_md5/README
 create mode 100644 addons/tcp_md5/tcp_md5.c
 create mode 100644 addons/tcp_md5/tcp_md5.h


hooks/post-receive
-- 
lwIP Contrib - Contributed code for Lightweight TCP/IP stack



reply via email to

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