quinn-rs / quinn

Async-friendly QUIC implementation in Rust
Apache License 2.0
3.57k stars 363 forks source link

Is there a heartbeat mechanism? #1817

Closed redoriental closed 2 months ago

redoriental commented 2 months ago

"I need to be immediately aware when the other party is offline.

Ralith commented 2 months ago

See TransportConfig::keep_alive_interval, TransportConfig::max_idle_timeout.