Browse Source

enable expiration of dht items

miguelfreitas
Miguel Freitas 11 years ago
parent
commit
54dc49c191
  1. 2
      libtorrent/src/kademlia/node.cpp

2
libtorrent/src/kademlia/node.cpp

@ -55,7 +55,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include "libtorrent/rsa.hpp" #include "libtorrent/rsa.hpp"
#include "../../src/twister.h" #include "../../src/twister.h"
//#define ENABLE_DHT_ITEM_EXPIRE #define ENABLE_DHT_ITEM_EXPIRE
namespace libtorrent { namespace dht namespace libtorrent { namespace dht
{ {

Loading…
Cancel
Save