peer_mgr: moved to a standalone file

This commit is contained in:
Luna Yao
2026-04-06 11:54:01 +02:00
parent 28c4c7b4a0
commit 0e3474f049
3 changed files with 137 additions and 129 deletions
+1
View File
@@ -2,3 +2,4 @@ pub mod client;
pub mod config;
mod utils;
pub mod zone;
mod peer_mgr;