diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-11-02 09:32:56 -0800 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-11-02 09:32:56 -0800 |
| commit | f1b6427e63d71b6be79e55bd1abf44ec519e2d11 (patch) | |
| tree | 403fb926ec756f8dd54e861f644c7f832574e313 /node/Packet.hpp | |
| parent | 1b4cc4af5c7c0e47f73f3728ca36dc665d0e3224 (diff) | |
| download | infinitytier-f1b6427e63d71b6be79e55bd1abf44ec519e2d11.tar.gz infinitytier-f1b6427e63d71b6be79e55bd1abf44ec519e2d11.zip | |
Decided to make this 1.1.0 (semantic versioning increment is warranted), and add a legacy hack for older clients working with clusters.
Diffstat (limited to 'node/Packet.hpp')
| -rw-r--r-- | node/Packet.hpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/node/Packet.hpp b/node/Packet.hpp index 985d25d0..63c49ce3 100644 --- a/node/Packet.hpp +++ b/node/Packet.hpp @@ -57,10 +57,11 @@ * + New crypto completely changes key agreement cipher * 4 - 0.6.0 ... 1.0.6 * + New identity format based on hashcash design - * 5 - 1.0.6 ... CURRENT + * 5 - 1.1.0 ... CURRENT * + Supports circuit test, proof of work, and echo - * + Supports in-band world (root definition) updates - * + Otherwise backward compatible with 4 + * + Supports in-band world (root server definition) updates + * + Clustering! (Though this will work with protocol v4 clients.) + * + Otherwise backward compatible with protocol v4 */ #define ZT_PROTO_VERSION 5 |
