From 7a84e40421e8d6227d3c0bdf7cc41bc00de4762d Mon Sep 17 00:00:00 2001 From: drbob Date: Sun, 31 Oct 2010 18:33:21 +0000 Subject: [PATCH] removing useless file git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3725 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- src/bitdht/README.txt | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 src/bitdht/README.txt diff --git a/src/bitdht/README.txt b/src/bitdht/README.txt deleted file mode 100644 index dfd9a17..0000000 --- a/src/bitdht/README.txt +++ /dev/null @@ -1,22 +0,0 @@ -BitDHT Notes -================================================================== - -Compiling ------------------------------------------------------------------- -Should compile on POSIX platforms. - - -Testing ------------------------------------------------------------------- -Run the program: udpbitdht_nettest to see the - -This requires an up-to-date list of dht peers (in bdboot.txt) - - -Using BitDHT ------------------------------------------------------------------- -Use udpbitdht_nettest.cc as an example. - - - -