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-80-g3358955
Date: Fri, 10 Mar 2017 06:24:24 -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  33589553a843b8e8e94fc0b82304f60d8b8f2af5 (commit)
      from  32a1691f6e325cc4802da9088995d993928e0248 (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 33589553a843b8e8e94fc0b82304f60d8b8f2af5
Author: goldsimon <address@hidden>
Date:   Fri Mar 10 12:24:10 2017 +0100

    pcapif: PCAPIF_RECEIVE_PROMISCUOUS==1: fixed filtering out loopback packets 
we sent on pcap (by default, pcap gives us back all packets we sent; preventing 
this in the pcap library means we don't get any packets sent by this host, 
neither real traffic nor traffic induced by other pcap programs) - filtering is 
done by comparing to sent packets, so this is rather slow :-(

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

Summary of changes:
 ports/win32/pcapif.c | 118 ++++++++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 113 insertions(+), 5 deletions(-)


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



reply via email to

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