summaryrefslogtreecommitdiff
path: root/node/Packet.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-10-13 08:49:36 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-10-13 08:49:36 -0700
commitcae58f43f1b18017b90499811772d107ea2f65b9 (patch)
tree30604713785bd36a62d3fedccde160e9f729435a /node/Packet.hpp
parent1b1945c63ee1ba9567b8fc5d5ed2b8946fec5f12 (diff)
downloadinfinitytier-cae58f43f1b18017b90499811772d107ea2f65b9.tar.gz
infinitytier-cae58f43f1b18017b90499811772d107ea2f65b9.zip
More World stuff, and mkworld.
Diffstat (limited to 'node/Packet.hpp')
-rw-r--r--node/Packet.hpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/node/Packet.hpp b/node/Packet.hpp
index 958d0f3e..939d84a5 100644
--- a/node/Packet.hpp
+++ b/node/Packet.hpp
@@ -540,6 +540,8 @@ public:
* <[...] binary serialized identity (see Identity)>
* <[1] destination address type>
* [<[...] destination address>]
+ * <[8] 64-bit world ID of current world>
+ * <[8] 64-bit timestamp of current world>
*
* This is the only message that ever must be sent in the clear, since it
* is used to push an identity to a new peer.
@@ -564,8 +566,8 @@ public:
* <[2] software revision (of responder)>
* <[1] destination address type (for this OK, not copied from HELLO)>
* [<[...] destination address>]
- * <[8] 64-bit world ID of current world>
- * <[8] 64-bit timestamp of current world>
+ * <[8] 64-bit world ID of current world (of responder)>
+ * <[8] 64-bit timestamp of current world (of responder)>
*
* ERROR has no payload.
*/