We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a50ee8d commit 39f6d7eCopy full SHA for 39f6d7e
quic/s2n-quic-core/src/connection/limits.rs
@@ -292,7 +292,7 @@ impl Limits {
292
setter!(
293
/// Sets the period at which the connection will send a ping to its peer.
294
///
295
- /// This setting will not have any affect unless the connection [`keep_alive`] function is
+ /// This setting will not have any effect unless the connection [`keep_alive`] function is
296
/// enabled. Additionally this setting should be smaller than the max_idle_timeout to have any effect.
297
with_max_keep_alive_period,
298
max_keep_alive_period,
0 commit comments