diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-03-30 17:48:48 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-03-30 17:48:48 -0700 |
commit | 60158aa5dd38c979ed823fc477ab84e8d9e7a43d (patch) | |
tree | 8cdc7091547c8173fdc270ed3d56853ddc5e6da4 /include | |
parent | 3c1a59fa2493c6ab2758934fe1062d82975de158 (diff) | |
download | infinitytier-60158aa5dd38c979ed823fc477ab84e8d9e7a43d.tar.gz infinitytier-60158aa5dd38c979ed823fc477ab84e8d9e7a43d.zip |
Turns out that node/ likely has no business with or need for the system IP routing table. So shelve that code for now.
Diffstat (limited to 'include')
-rw-r--r-- | include/ZeroTierOne.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ZeroTierOne.h b/include/ZeroTierOne.h index 93d5aa8b..0808a750 100644 --- a/include/ZeroTierOne.h +++ b/include/ZeroTierOne.h @@ -55,7 +55,7 @@ struct ZT1_Node_Status char address[16]; /** - * ZeroTier address in least significant 40 bits of 64-bit integer + * ZeroTier address (in least significant 40 bits of 64-bit integer) */ uint64_t rawAddress; |