Bump version numbers (including Mosh protocol version)
This server is now incompatible with older clients and vice versa.
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user