diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-10-07 16:20:54 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-10-07 16:20:54 -0700 |
| commit | 0ce0bc00d220ba67af03bf0cc01c8fe9f9104039 (patch) | |
| tree | 3bd495b5f05cbd005e6a0d88bef4df3025c46fd8 /node/Packet.hpp | |
| parent | 69b44bf9a56ea742e05035f31660fbb23762df1b (diff) | |
| download | infinitytier-0ce0bc00d220ba67af03bf0cc01c8fe9f9104039.tar.gz infinitytier-0ce0bc00d220ba67af03bf0cc01c8fe9f9104039.zip | |
Make sure received() gets called for some new messages, and docs.
Diffstat (limited to 'node/Packet.hpp')
| -rw-r--r-- | node/Packet.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/node/Packet.hpp b/node/Packet.hpp index 01aadad0..6f3cb72f 100644 --- a/node/Packet.hpp +++ b/node/Packet.hpp @@ -664,6 +664,8 @@ public: * * This generates OK with a copy of the transmitted payload. No ERROR * is generated. Response to ECHO requests is optional. + * + * Note that fragmented ECHO packets may not work. */ VERB_ECHO = 8, |
