diff options
Diffstat (limited to 'node/Packet.hpp')
-rw-r--r-- | node/Packet.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/node/Packet.hpp b/node/Packet.hpp index 3ee8fb53..28b7551d 100644 --- a/node/Packet.hpp +++ b/node/Packet.hpp @@ -374,6 +374,10 @@ public: * * OK payload: * <[8] timestamp (echoed from original HELLO)> + * <[1] protocol version> + * <[1] software major version> + * <[1] software minor version> + * <[2] software revision> * * ERROR has no payload. */ |