initial meshnet mode

This commit is contained in:
Jeff Becker 2016-06-27 09:47:53 -04:00
parent 0c46993baa
commit 4cf4436169
No known key found for this signature in database
GPG key ID: AB950234D6EA286B
4 changed files with 29 additions and 8 deletions

View file

@ -12,7 +12,12 @@
#define I2PD_VERSION_PATCH 0
#define I2PD_VERSION MAKE_VERSION(I2PD_VERSION_MAJOR, I2PD_VERSION_MINOR, I2PD_VERSION_MICRO)
#define VERSION I2PD_VERSION
#ifdef MESHNET
#define I2PD_NET_ID 3
#else
#define I2PD_NET_ID 2
#endif
#define I2P_VERSION_MAJOR 0
#define I2P_VERSION_MINOR 9