Split the huge torrent manager into 3 classes. All public access members but ok for the start
This commit is contained in:
parent
bde18ab734
commit
0d85eb9f2a
5 changed files with 1167 additions and 1091 deletions
|
|
@ -8,7 +8,9 @@ pub mod peer_binary_protocol;
|
|||
pub mod peer_connection;
|
||||
pub mod peer_id;
|
||||
pub mod serde_bencode;
|
||||
pub mod spawn_utils;
|
||||
pub mod torrent_manager;
|
||||
pub mod torrent_metainfo;
|
||||
pub mod torrent_state;
|
||||
pub mod tracker_comms;
|
||||
pub mod type_aliases;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue