Some elementary network code

This commit is contained in:
2025-10-20 22:21:31 +02:00
parent ce9b36fa41
commit 97ba2ea3e2
5 changed files with 617 additions and 74 deletions

View File

@ -11,3 +11,4 @@ hound = "3.5.1"
plotters = "0.3.7"
rand = "0.9.2"
tokio = { version = "1.47.1", features = ["full", "macros", "net", "sync", "time"] }
tun-tap = "0.1.4"