DHT stats in HTTP API
This commit is contained in:
parent
f00f522767
commit
98dff76c40
10 changed files with 111 additions and 62 deletions
|
|
@ -1,8 +1,10 @@
|
|||
mod bprotocol;
|
||||
mod dht;
|
||||
mod routing_table;
|
||||
mod utils;
|
||||
|
||||
pub use dht::Dht;
|
||||
pub use dht::DhtStats;
|
||||
pub use librqbit_core::id20::Id20;
|
||||
|
||||
pub static DHT_BOOTSTRAP: &[&str] = &["dht.transmissionbt.com:6881", "dht.libtorrent.org:25401"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue