diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-10-09 15:05:26 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-10-09 15:05:26 -0700 |
| commit | aec13b50fdbb210e25c9bcfcb8f902da842ac65f (patch) | |
| tree | 53f5cb58bf032c104bc28418f948036c59de315c /node/Packet.hpp | |
| parent | a95fa379cca0ddbce98d476b143c3606f3ae7bce (diff) | |
| download | infinitytier-aec13b50fdbb210e25c9bcfcb8f902da842ac65f.tar.gz infinitytier-aec13b50fdbb210e25c9bcfcb8f902da842ac65f.zip | |
Be a bit more verbose in circuit test reports to more clearly track current and upstream hop in graph traversal history.
Diffstat (limited to 'node/Packet.hpp')
| -rw-r--r-- | node/Packet.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/node/Packet.hpp b/node/Packet.hpp index 5c7253bf..6c178e66 100644 --- a/node/Packet.hpp +++ b/node/Packet.hpp @@ -1031,6 +1031,7 @@ public: * <[2] 16-bit error code (set to 0, currently unused)> * <[8] 64-bit report flags (set to 0, currently unused)> * <[8] 64-bit source packet ID> + * <[5] upstream ZeroTier address from which test was received> * <[1] 8-bit source packet hop count (ZeroTier hop count)> * <[...] local wire address on which packet was received> * <[...] remote wire address from which packet was received> |
