diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-10-09 17:58:31 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-10-09 17:58:31 -0700 |
| commit | 4941c8a1f393c50259ae2cc0f1e8b79068d44af3 (patch) | |
| tree | 81860de8661732dd62bcc33169bf6db1b663c94d /node/Packet.hpp | |
| parent | d5e0f7e3e453482bf6e7d6d8cb76a68ecc26b287 (diff) | |
| download | infinitytier-4941c8a1f393c50259ae2cc0f1e8b79068d44af3.tar.gz infinitytier-4941c8a1f393c50259ae2cc0f1e8b79068d44af3.zip | |
New multicast bug fixes, TRACE improvements, and temporarily disable legacy multicast for debugging purposes.
Diffstat (limited to 'node/Packet.hpp')
| -rw-r--r-- | node/Packet.hpp | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/node/Packet.hpp b/node/Packet.hpp index 3a0957a3..a6ac9dc6 100644 --- a/node/Packet.hpp +++ b/node/Packet.hpp @@ -736,10 +736,14 @@ public: /* Request endpoints for multicast distribution: * <[8] 64-bit network ID> - * <[1] flags (unused, must be 0)> + * <[1] flags> * <[6] MAC address of multicast group being queried> * <[4] 32-bit ADI for multicast group being queried> - * <[4] 32-bit (suggested) max number of multicast peers desired or 0 for no limit> + * <[4] 32-bit requested max number of multicast peers> + * [<[...] network certificate of membership>] + * + * Flags: + * 0x01 - Network certificate of membership is attached * * This message asks a peer for additional known endpoints that have * LIKEd a given multicast group. It's sent when the sender wishes |
