Skip to main content

congestionControl

property Deno.QuicTransportOptions.congestionControl

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

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