diff options
author | 2021-05-25 09:43:22 -0700 | |
---|---|---|
committer | 2021-05-26 13:16:47 +0100 | |
commit | aebeff78dda56a0862025aeab928c04fcc802a9d (patch) | |
tree | 49b3ee6032b1f87c81ffc717878a037e260ab1d5 /src/lib.rs | |
parent | bfa3c623af3672ad7ad99572ca5f3bcf8f67d45e (diff) | |
download | quiche-aebeff78dda56a0862025aeab928c04fcc802a9d.tar.gz quiche-aebeff78dda56a0862025aeab928c04fcc802a9d.tar.zst quiche-aebeff78dda56a0862025aeab928c04fcc802a9d.zip |
doc: the default CC value is cubic
Diffstat (limited to '')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -872,7 +872,7 @@ impl Config { /// Sets the congestion control algorithm used by string. /// - /// The default value is `reno`. On error `Error::CongestionControl` + /// The default value is `cubic`. On error `Error::CongestionControl` /// will be returned. /// /// ## Examples: |