Use concrete type for DHT peers
This commit is contained in:
parent
6243c5f02f
commit
210a3d5d3e
4 changed files with 15 additions and 14 deletions
|
|
@ -8,7 +8,7 @@ use std::sync::Arc;
|
|||
use std::time::Duration;
|
||||
|
||||
pub use crate::dht::DhtStats;
|
||||
pub use crate::dht::{DhtConfig, DhtState};
|
||||
pub use crate::dht::{DhtConfig, DhtState, RequestPeersStream};
|
||||
pub use librqbit_core::id20::Id20;
|
||||
pub use persistence::{PersistentDht, PersistentDhtConfig};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue