Add azdht module.
commit9145db0e41751821c0367ec87a0fdcbc5c3e7cbe
authorDavid Brodsky <trekie@sinister.cz>
Sat, 30 Jun 2007 16:16:03 +0000 (30 18:16 +0200)
committerDavid Brodsky <trekie@sinister.cz>
Sat, 30 Jun 2007 16:16:03 +0000 (30 18:16 +0200)
treea48d3ea0c568dc1550c5c911bd75fa3a724c5db1
parentc7836d1f85f8eda06400a8f9af57164c3b10a5ac
Add azdht module.

This module provides interface with AzDHT program. AzDHT is a modified version
of Azureus BitTorrent client that only runs its DHT and server for
communicating with it.

TCP port on which the AzDHT server is listening is specified by "azdht-port"
option in the config file; it defaults to 7994.
modules/modules.dep
src/Jamfile
src/azdht/Jamfile [new file with mode: 0644]
src/azdht/azdhtmodule.cpp [new file with mode: 0644]
src/azdht/azdhtmodule.h [new file with mode: 0644]