[add] ping jitter, receiver backpressure, stream frame limits
Some checks failed
CI / checks (push) Failing after 1m50s

This commit is contained in:
Alex Emmet 2026-07-14 01:55:31 +02:00
commit a6dd73a41f
7 changed files with 449 additions and 189 deletions

View file

@ -10,6 +10,12 @@ mtp-transport = { version = "0.1.0", path = "../transport" }
mtp-crypto = { version = "0.1.0", path = "../crypto", optional = true }
rand = "0.8"
tokio = { version = "1", features = ["rt", "sync", "time"] }
tracing = "0.1"
[dev-dependencies]
mtp-host = { version = "0.1.0", path = "../host" }
mtp-transport = { version = "0.1.0", path = "../transport", features = ["host"] }
rcgen = "0.14"
[features]
crypto = ["dep:mtp-crypto", "mtp-codec/crypto"]