summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorGravatar Junho Choi <junho@cloudflare.com> 2021-05-25 09:43:22 -0700
committerGravatar Alessandro Ghedini <alessandro@ghedini.me> 2021-05-26 13:16:47 +0100
commitaebeff78dda56a0862025aeab928c04fcc802a9d (patch)
tree49b3ee6032b1f87c81ffc717878a037e260ab1d5 /src/lib.rs
parentbfa3c623af3672ad7ad99572ca5f3bcf8f67d45e (diff)
downloadquiche-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.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 85f50f10..eacc9d49 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -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: