Move peer state to a separate file
This commit is contained in:
parent
0d85eb9f2a
commit
1e478aabac
5 changed files with 33 additions and 23 deletions
|
|
@ -17,7 +17,8 @@ use crate::{
|
|||
},
|
||||
peer_id::try_decode_peer_id,
|
||||
spawn_utils::{spawn, spawn_blocking},
|
||||
torrent_state::{InflightRequest, PeerHandle, TorrentState},
|
||||
torrent_state::{InflightRequest, TorrentState},
|
||||
type_aliases::PeerHandle,
|
||||
};
|
||||
|
||||
#[derive(Clone)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue