From abf218a9cdde3b385ac749c8385f0bd2c2ecf8d9 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Wed, 4 Sep 2019 16:38:55 -0700 Subject: [PATCH] cleanup --- node/Packet.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/node/Packet.hpp b/node/Packet.hpp index dc5ed0e7..1fd55e2d 100644 --- a/node/Packet.hpp +++ b/node/Packet.hpp @@ -903,14 +903,14 @@ public: /** * A push of one or more ephemeral key pairs: - * <[2] 8-bit length of random padding> + * <[1] 8-bit length of random padding> * <[...] random padding> * <[1] 8-bit number of keys in message> + * [... begin keys ...] * <[1] 8-bit key type> - * <[4] 32-bit max key ttl in seconds or 0 for unspecified> - * <[4] 32-bit reserved field (currently always 0)> * <[...] public key (length determined by type)> - * [<[...] additional keys as type, ttl, flags, key>] + * [<[...] additional keys ...>] + * [... end keys ...] * * This verb is used to push ephemeral keys. A node replies to each * ephemeral key push with an OK message containing its own current