From c9e6e60c091db9274bcd550f53d4387793593528 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Tue, 3 Nov 2015 10:46:41 -0800 Subject: Handle ZeroTier-RFC4193 IPv6 address NDP queries inline by spoofing responses if the addressing scheme matches -- this allows multicast-free instant lookup of local IPv6 for better performance and reliability. --- node/InetAddress.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node/InetAddress.hpp') diff --git a/node/InetAddress.hpp b/node/InetAddress.hpp index c4d5cfda..74efc943 100644 --- a/node/InetAddress.hpp +++ b/node/InetAddress.hpp @@ -411,7 +411,7 @@ struct InetAddress : public sockaddr_storage // TODO: Ethernet address (but accept for forward compatibility) return 7; case 0x02: - // TODO: Bluetooth address (but accept for forward compatibility) + // TODO: Bluetooth address (but accept for forward compatibility) return 7; case 0x03: // TODO: Other address types (but accept for forward compatibility) -- cgit v1.2.3