Rewrite TCP stack for multiple streams

This commit is contained in:
Jackson Coxson
2025-05-23 01:20:09 -06:00
parent 6bf32afe82
commit 525136662e
7 changed files with 470 additions and 314 deletions

View File

@@ -50,7 +50,7 @@ x509-cert = { version = "0.2", optional = true, features = [
], default-features = false }
[dev-dependencies]
tokio = { version = "1.43", features = ["fs"] }
tokio = { version = "1.43", features = ["full"] }
tun-rs = { version = "2.0.8", features = ["async_tokio"] }
bytes = "1.10.1"