summaryrefslogtreecommitdiff
path: root/node/Packet.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-10-07 16:20:54 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-10-07 16:20:54 -0700
commit0ce0bc00d220ba67af03bf0cc01c8fe9f9104039 (patch)
tree3bd495b5f05cbd005e6a0d88bef4df3025c46fd8 /node/Packet.hpp
parent69b44bf9a56ea742e05035f31660fbb23762df1b (diff)
downloadinfinitytier-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.hpp2
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,