From 54ffa627dd7670c6b08066bce8e2a3f10e73e8bb Mon Sep 17 00:00:00 2001 From: drbob Date: Wed, 29 Jun 2011 18:05:42 +0000 Subject: [PATCH] Restarted BitDHT official numbering. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4360 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- src/udp/udpbitdht.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/udp/udpbitdht.cc b/src/udp/udpbitdht.cc index 91590ac..addcd98 100644 --- a/src/udp/udpbitdht.cc +++ b/src/udp/udpbitdht.cc @@ -49,8 +49,9 @@ #define BITDHT_VERSION_IDENTIFER 1 -//#define BITDHT_VERSION "01" // Original RS 0.5.0/0.5.1 version. -#define BITDHT_VERSION "02" // Connections + Full DHT implementation. +// Original RS 0.5.0/0.5.1 version, is un-numbered. +#define BITDHT_VERSION "00" // First Release of BitDHT with Connections (Proxy Support + Dht Stun) +//#define BITDHT_VERSION "01" // Potentially... Connections + Full DHT implementation. (TBD) /*************************************/ UdpBitDht::UdpBitDht(UdpPublisher *pub, bdNodeId *id, std::string appVersion, std::string bootstrapfile, bdDhtFunctions *fns)