Bump version numbers (including Mosh protocol version)

This server is now incompatible with older clients and vice versa.
This commit is contained in:
Keith Winstein
2012-02-25 15:16:21 -05:00
parent 10fdb6abff
commit f0199e2695
3 changed files with 37 additions and 7 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
using namespace Crypto;
namespace Network {
static const unsigned int MOSH_PROTOCOL_VERSION = 1;
static const unsigned int MOSH_PROTOCOL_VERSION = 2; /* bumped for echo-ack */
uint64_t timestamp( void );
uint16_t timestamp16( void );