diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-02-23 11:47:36 -0800 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-02-23 11:47:36 -0800 |
commit | 10185e92faa77a4b032a27a7c01b4186727b91b9 (patch) | |
tree | 5ce223c4cbeda31551d80ee3f42445924902f2ad /node/Capability.hpp | |
parent | 33b94e8478e99d1e185041fa522b01de25fe53d4 (diff) | |
download | infinitytier-10185e92faa77a4b032a27a7c01b4186727b91b9.tar.gz infinitytier-10185e92faa77a4b032a27a7c01b4186727b91b9.zip |
Certificate of ownership -- used to secure against IP address spoofing, especially for IPv4 and regular IPv6.
Diffstat (limited to 'node/Capability.hpp')
-rw-r--r-- | node/Capability.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/node/Capability.hpp b/node/Capability.hpp index 08714038..d884625e 100644 --- a/node/Capability.hpp +++ b/node/Capability.hpp @@ -396,7 +396,6 @@ public: unsigned int p = startAt; - // These are the same between Tag and Capability _nwid = b.template at<uint64_t>(p); p += 8; _ts = b.template at<uint64_t>(p); p += 8; _id = b.template at<uint32_t>(p); p += 4; |