diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-09-24 13:45:58 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-09-24 13:45:58 -0700 |
| commit | 431476e2e4474c83013c2a1a6d80f1e815a2d37c (patch) | |
| tree | 2c1a6e2aabee108695d1f993e3085b0ed923f7e3 /node/Packet.hpp | |
| parent | 557801a09ef31c243add5f6d6de7a5f67af53ed2 (diff) | |
| download | infinitytier-431476e2e4474c83013c2a1a6d80f1e815a2d37c.tar.gz infinitytier-431476e2e4474c83013c2a1a6d80f1e815a2d37c.zip | |
Some more multicast algo work...
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 aedc9e4c..214479d6 100644 --- a/node/Packet.hpp +++ b/node/Packet.hpp @@ -694,6 +694,7 @@ public: VERB_MULTICAST_GATHER = 13, /* Multicast frame: + * <[8] 64-bit network ID> * <[1] flags (currently unused, must be 0)> * <[4] 32-bit multicast ADI (note that this is out of order here -- it precedes MAC)> * <[6] destination MAC or all zero for destination node> |
