From cfef114c31f4edfa55d9c36eabd3fd319a94d307 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Sat, 6 Jul 2013 13:34:35 -0400 Subject: Possible fix for issue #4 - segfault in ___removeIp helper function in EthernetTap on OSX -- I think the problem may have been that I was using set::erase(key) while also using an iterator, so now it uses erase(iterator). See if it happens again, cause I could not duplicate the issue. Possible minor difference in STL version. --- node/MulticastGroup.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node/MulticastGroup.hpp') diff --git a/node/MulticastGroup.hpp b/node/MulticastGroup.hpp index ac7de481..3c654ea2 100644 --- a/node/MulticastGroup.hpp +++ b/node/MulticastGroup.hpp @@ -36,7 +36,7 @@ namespace ZeroTier { /** - * A multicast group composed of a multicast MAC and a 64-bit ADI field + * A multicast group composed of a multicast MAC and a 32-bit ADI field * * ADI stands for additional distinguishing information. ADI is primarily for * adding additional information to broadcast (ff:ff:ff:ff:ff:ff) memberships, -- cgit v1.2.3