Skip to main content
Deno.QuicTransportOptions.congestionControl - Deno documentation
property Deno.QuicTransportOptions.congestionControl

The congestion control algorithm used when sending data over this connection.

Type

"throughput"
| "low-latency"
| "default"
Back to top