diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-09-21 16:46:00 -0400 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-09-21 16:46:00 -0400 |
commit | 770fbaf4b276f9d4dd616941ed7460398f70c634 (patch) | |
tree | 081ed5d25e5a96211e53e3b147f7c6e151805dba /node/Packet.hpp | |
parent | 64c9c2e06b03be03a62d1dd31600914fd84b0063 (diff) | |
download | infinitytier-770fbaf4b276f9d4dd616941ed7460398f70c634.tar.gz infinitytier-770fbaf4b276f9d4dd616941ed7460398f70c634.zip |
New multicast algorithm work in progress...
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 9ddf2e6c..a52c3409 100644 --- a/node/Packet.hpp +++ b/node/Packet.hpp @@ -466,6 +466,7 @@ public: VERB_MULTICAST_LIKE = 7, /* Announce receipt of a multicast to propagation magnet node: + * <[8] 64-bit network ID> * <[8] 64-bit multicast GUID> * * OK/ERROR are not generated. |