diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-07-07 10:00:34 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-07-07 10:00:34 -0700 |
| commit | 778c7e6e703353030e2ea130e3db7cc968a5d53c (patch) | |
| tree | d9e8672cec00aef9e9403afb40563faa37d88b54 /node/Packet.hpp | |
| parent | c863ff3f02e9d68eb9bea32160d252eaddb7f1f5 (diff) | |
| download | infinitytier-778c7e6e703353030e2ea130e3db7cc968a5d53c.tar.gz infinitytier-778c7e6e703353030e2ea130e3db7cc968a5d53c.zip | |
More cleanup to direct path push, comment fixes, etc.
Diffstat (limited to 'node/Packet.hpp')
| -rw-r--r-- | node/Packet.hpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/node/Packet.hpp b/node/Packet.hpp index 9787edb7..e84306c2 100644 --- a/node/Packet.hpp +++ b/node/Packet.hpp @@ -678,10 +678,10 @@ public: * <[...] serialized certificate of membership> * [ ... additional certificates may follow ...] * - * OK/ERROR are not generated, but the recipient should push its network - * membership certificate if the certificate the peer pushed is valid - * and agrees and if it hasn't done so in too long. This ensures instant - * network authentication setup between valid and authorized peers. + * This is sent in response to ERROR_NEED_MEMBERSHIP_CERTIFICATE and may + * be pushed at any other time to keep exchanged certificates up to date. + * + * OK/ERROR are not generated. */ VERB_NETWORK_MEMBERSHIP_CERTIFICATE = 10, |
