From 9574eb9c9dfbd02476dfd128819bf17666890aaf Mon Sep 17 00:00:00 2001 From: drbob Date: Tue, 10 Jan 2012 23:24:53 +0000 Subject: [PATCH] Upgraded DHT Version number from 01 => 02, for Relay Connections. git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-dhtmods@4776 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- src/udp/udpbitdht.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/udp/udpbitdht.cc b/src/udp/udpbitdht.cc index 6474bd4..17832a6 100644 --- a/src/udp/udpbitdht.cc +++ b/src/udp/udpbitdht.cc @@ -51,8 +51,8 @@ // 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" // Testing Connections -//#define BITDHT_VERSION "02" // Completed? Full Connections +//#define BITDHT_VERSION "01" // Testing Connections (Proxy Only) +#define BITDHT_VERSION "02" // Completed Relay Connections from svn 4766 //#define BITDHT_VERSION "04" // Full DHT implementation.? /*************************************/