Move peer state to a separate file

This commit is contained in:
Igor Katson 2021-06-28 14:23:28 +01:00
parent 0d85eb9f2a
commit 1e478aabac
5 changed files with 33 additions and 23 deletions

View file

@ -7,6 +7,7 @@ pub mod lengths;
pub mod peer_binary_protocol;
pub mod peer_connection;
pub mod peer_id;
pub mod peer_state;
pub mod serde_bencode;
pub mod spawn_utils;
pub mod torrent_manager;