summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2016-06-07 11:08:36 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2016-06-07 11:08:36 -0700
commit523ea68ae2dc5c216d10ef75c024d84b31ada16c (patch)
tree23e1124102df03f89c4c2d19744a8b1311a3f80c
parentca88e1f1cf689f017cb5a609ff61437e67d69ad0 (diff)
downloadinfinitytier-523ea68ae2dc5c216d10ef75c024d84b31ada16c.tar.gz
infinitytier-523ea68ae2dc5c216d10ef75c024d84b31ada16c.zip
Increment protocol version to indicate support for binary network config and config request meta-data.
-rw-r--r--node/Packet.hpp9
1 files changed, 6 insertions, 3 deletions
diff --git a/node/Packet.hpp b/node/Packet.hpp
index b367ec64..f3f197e7 100644
--- a/node/Packet.hpp
+++ b/node/Packet.hpp
@@ -48,13 +48,16 @@
* + New crypto completely changes key agreement cipher
* 4 - 0.6.0 ... 1.0.6
* + New identity format based on hashcash design
- * 5 - 1.1.0 ... CURRENT
+ * 5 - 1.1.0 ... 1.1.5
* + Supports circuit test, proof of work, and echo
* + Supports in-band world (root server definition) updates
* + Clustering! (Though this will work with protocol v4 clients.)
* + Otherwise backward compatible with protocol v4
+ * 6 - 1.1.5 ... CURRENT
+ * + Deprecate old dictionary-based network config format
+ * + Introduce new binary serialized network config and meta-data
*/
-#define ZT_PROTO_VERSION 5
+#define ZT_PROTO_VERSION 6
/**
* Minimum supported protocol version
@@ -95,7 +98,7 @@
/**
* DEPRECATED payload encrypted flag, will be removed for re-use soon.
*
- * This has been replaced by the two-bit cipher suite selection field where
+ * This has been replaced by the three-bit cipher suite selection field where
* a value of 0 indicates unencrypted (but authenticated) messages.
*/
#define ZT_PROTO_FLAG_ENCRYPTED 0x80