feat(edge,protocol,test): add configurable edge bind address and expand flow-control test coverage

This commit is contained in:
2026-03-16 23:35:02 +00:00
parent 982f648928
commit 17d1a795cd
8 changed files with 636 additions and 3 deletions

View File

@@ -5,3 +5,6 @@ edition = "2021"
[dependencies]
tokio = { version = "1", features = ["io-util"] }
[dev-dependencies]
tokio = { version = "1", features = ["io-util", "macros", "rt"] }