diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-10-07 16:13:52 -0400 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-10-07 16:13:52 -0400 |
| commit | 4d594b24bc992962c125b3c0ff18ad4d670090c3 (patch) | |
| tree | 2bb43d592adf725efa8441e70088b34e2190b65f /node/Packet.hpp | |
| parent | b4ae1adfbffecc090357b4e9e5c04ec3b2d3280d (diff) | |
| download | infinitytier-4d594b24bc992962c125b3c0ff18ad4d670090c3.tar.gz infinitytier-4d594b24bc992962c125b3c0ff18ad4d670090c3.zip | |
Automagically push netconf certs -- Network support.
Diffstat (limited to 'node/Packet.hpp')
| -rw-r--r-- | node/Packet.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/node/Packet.hpp b/node/Packet.hpp index 36858479..54117664 100644 --- a/node/Packet.hpp +++ b/node/Packet.hpp @@ -553,10 +553,7 @@ public: /* Network member certificate for sending peer: * <[8] 64-bit network ID> - * <[2] 16-bit length of certificate> - * <[2] 16-bit length of signature> - * <[...] string-serialized certificate dictionary> - * <[...] signature of certificate> + * <[...] serialized certificate of membership> * * OK is generated on acceptance. ERROR is returned on failure. In both * cases the payload is the network ID. |
