summaryrefslogtreecommitdiff
path: root/node/Packet.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-07-07 08:14:41 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-07-07 08:14:41 -0700
commitf398952a6c03574e5947f6dfe5ea0f7b0f0b5224 (patch)
tree90410b3a783c0aaed97c51419175c26acdd62d6e /node/Packet.hpp
parent56285ec0d47191f61f7b551747203b6e8f933a36 (diff)
downloadinfinitytier-f398952a6c03574e5947f6dfe5ea0f7b0f0b5224.tar.gz
infinitytier-f398952a6c03574e5947f6dfe5ea0f7b0f0b5224.zip
Revert some bad docs in Packet -- I think we will still use that. Also rename addMembershipCertificate to more security-descriptive validateAndAddMembershipCertificate, give it a return value, and drop unused force parameter.
Diffstat (limited to 'node/Packet.hpp')
-rw-r--r--node/Packet.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/node/Packet.hpp b/node/Packet.hpp
index 50471b06..51a241ba 100644
--- a/node/Packet.hpp
+++ b/node/Packet.hpp
@@ -680,12 +680,6 @@ 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,