clean project from comments

This commit is contained in:
2026-03-13 21:39:29 +07:00
parent 66036c1451
commit 0cc44d0037
34 changed files with 132 additions and 542 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ pub struct FakeIpStore {
next_ip: u32,
}
const START_IP: u32 = 0x64400001; // 100.64.0.1 (IP for Service Networks/Shared Address Space)
const START_IP: u32 = 0x64400001;
impl FakeIpStore {
pub fn new() -> Self {