Implemented P2P peer exchange. Refactored project structure.

This commit is contained in:
Revertron
2021-02-11 21:51:32 +01:00
parent 9e7a1b8834
commit 279b3e87c3
9 changed files with 345 additions and 118 deletions
+1
View File
@@ -52,6 +52,7 @@ pub struct Settings {
pub version_flags: u32,
pub key_file: String,
pub listen: String,
pub public: bool,
pub peers: Vec<String>
}