proto: basic peer wire protocol that can download

This commit is contained in:
2016-12-13 00:59:36 -05:00
parent 74e82a0127
commit 0f76269952
16 changed files with 828 additions and 42 deletions

3
src/net/mod.rs Normal file
View File

@@ -0,0 +1,3 @@
pub mod bitfield;
pub mod peer;
pub mod session;