diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-11-03 10:46:41 -0800 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-11-03 10:46:41 -0800 |
| commit | c9e6e60c091db9274bcd550f53d4387793593528 (patch) | |
| tree | bb6636edb3fef397a15d9c4a1dad72e7b5709f4a /selftest.cpp | |
| parent | 4e9d4304761f93a1764d3ec2d2b0c38140decad8 (diff) | |
| download | infinitytier-c9e6e60c091db9274bcd550f53d4387793593528.tar.gz infinitytier-c9e6e60c091db9274bcd550f53d4387793593528.zip | |
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.
Diffstat (limited to 'selftest.cpp')
| -rw-r--r-- | selftest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/selftest.cpp b/selftest.cpp index 0787925f..fa8df48b 100644 --- a/selftest.cpp +++ b/selftest.cpp @@ -41,6 +41,7 @@ #include "node/InetAddress.hpp" #include "node/Utils.hpp" #include "node/Identity.hpp" +#include "node/Buffer.hpp" #include "node/Packet.hpp" #include "node/Salsa20.hpp" #include "node/MAC.hpp" |
