[add] ping jitter, receiver backpressure, stream frame limits
Some checks failed
CI / checks (push) Failing after 1m50s
Some checks failed
CI / checks (push) Failing after 1m50s
This commit is contained in:
parent
c148314742
commit
a6dd73a41f
7 changed files with 449 additions and 189 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue