summaryrefslogtreecommitdiff
path: root/node
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-07-06 12:37:37 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-07-06 12:37:37 -0700
commit9743db3538d1f1bc94f8ac4b1e75e19227e20efe (patch)
treecd75040b7dc58eafb2fe1323eb665fc7ce3bdc36 /node
parente5f7c55c5495369c091ab5aec449638d7abd5a50 (diff)
downloadinfinitytier-9743db3538d1f1bc94f8ac4b1e75e19227e20efe.tar.gz
infinitytier-9743db3538d1f1bc94f8ac4b1e75e19227e20efe.zip
docs
Diffstat (limited to 'node')
-rw-r--r--node/Packet.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/node/Packet.hpp b/node/Packet.hpp
index eeeef720..5572e235 100644
--- a/node/Packet.hpp
+++ b/node/Packet.hpp
@@ -700,6 +700,12 @@ public:
*
* Certificate contains network ID, peer it was issued for, etc.
*
+ * Note that in the current code base, separate COM pushes are not done.
+ * Instead the "bundled COM" options are utilized in EXT_FRAME and
+ * MULTICAST_FRAME to push the COM along with frames. This is slightly
+ * more efficient. But we'll keep this simple message around in case we
+ * want to use it in the future.
+ *
* OK/ERROR are not generated.
*/
VERB_NETWORK_MEMBERSHIP_CERTIFICATE = 10,