diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-01-09 15:55:07 -0800 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-01-09 15:55:07 -0800 |
| commit | d5528e4e9a35d7f1c88a373b99c7b31a03eccd5a (patch) | |
| tree | be0f8ef8e494f88329e411edf2e832b4748abdda /node/Packet.hpp | |
| parent | dbd577c6b0a6d984452d04415733c275ba6577a4 (diff) | |
| download | infinitytier-d5528e4e9a35d7f1c88a373b99c7b31a03eccd5a.tar.gz infinitytier-d5528e4e9a35d7f1c88a373b99c7b31a03eccd5a.zip | |
Wire up VERB_USER_MESSAGE in core.
Diffstat (limited to 'node/Packet.hpp')
| -rw-r--r-- | node/Packet.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/node/Packet.hpp b/node/Packet.hpp index 8ff817aa..5ecbecba 100644 --- a/node/Packet.hpp +++ b/node/Packet.hpp @@ -1048,6 +1048,10 @@ public: * This can be used to send arbitrary messages over VL1. It generates no * OK or ERROR and has no special semantics outside of whatever the user * (via the ZeroTier core API) chooses to give it. + * + * Message type IDs less than or equal to 65535 are reserved for use by + * ZeroTier, Inc. itself. We recommend making up random ones for your own + * implementations. */ VERB_USER_MESSAGE = 0x14 }; |
