Timeouts working, environment based config. Still have to figure out

running sender and receiver in parallel
This commit is contained in:
rzuasti
2026-01-14 09:53:01 -05:00
parent e08d257687
commit dda430556b
7 changed files with 242 additions and 63 deletions
+2
View File
@@ -4,5 +4,7 @@ version = "0.1.0"
edition = "2024"
[dependencies]
env_logger = "0.11.8"
log = "0.4.29"
pnet = "0.35.0"
tokio = { version = "1.0", features = ["full"] }