[WIP] Pings, Pongs & Streams
Some checks failed
CI / checks (push) Failing after 1m38s

This commit is contained in:
Alex Emmet 2026-07-14 00:14:53 +02:00
commit c148314742
17 changed files with 541 additions and 70 deletions

View file

@ -13,3 +13,6 @@ tokio = { version = "1", features = ["time"] }
[features]
crypto = ["dep:mtp-crypto", "mtp-codec/crypto"]
# Stream mode is optional at the facade boundary. The underlying transport
# remains framed/stream based so the default API stays backwards compatible.
streaming = ["mtp-transport/streaming"]