mirror of
https://github.com/RetroShare/BitDHT.git
synced 2026-09-13 18:45:46 +05:00
Restarted BitDHT official numbering.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4360 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
e5c34d5c8b
commit
54ffa627dd
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user