diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2018-01-26 22:14:10 -0500 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2018-01-26 22:14:10 -0500 |
| commit | f7019d9e80efa81e31ee7fa303be4f0e0a85c0fc (patch) | |
| tree | 22bc630e86c2ec1c549cdf546e245811d6d5c0b1 /node/Packet.hpp | |
| parent | 6d8e1e87830eb24a1ecd6b0a115c39ed43914b5c (diff) | |
| download | infinitytier-f7019d9e80efa81e31ee7fa303be4f0e0a85c0fc.tar.gz infinitytier-f7019d9e80efa81e31ee7fa303be4f0e0a85c0fc.zip | |
Tie up the rest of hub and spoke designated replicator multicast mode.
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 b96ab375..27da6fb5 100644 --- a/node/Packet.hpp +++ b/node/Packet.hpp @@ -871,6 +871,7 @@ public: * 0x01 - Network certificate of membership attached (DEPRECATED) * 0x02 - Implicit gather limit field is present * 0x04 - Source MAC is specified -- otherwise it's computed from sender + * 0x08 - Please replicate (sent to multicast replicators) * * OK and ERROR responses are optional. OK may be generated if there are * implicit gather results or if the recipient wants to send its own |
