File tree Expand file tree Collapse file tree
quic/s2n-quic-core/src/connection Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -217,7 +217,8 @@ impl Limits {
217217 /// longer than the minimum of the max_idle_timeout value advertised by both endpoints.
218218 with_max_idle_timeout,
219219 max_idle_timeout,
220- Duration ) ;
220+ Duration
221+ ) ;
221222
222223 /// Sets both the max local and remote limits for bidirectional streams.
223224 #[ deprecated(
@@ -321,7 +322,8 @@ impl Limits {
321322 /// this value is used to prevent middleboxes from losing state for UDP flows.
322323 with_max_keep_alive_period,
323324 max_keep_alive_period,
324- Duration ) ;
325+ Duration
326+ ) ;
325327 /// Sets whether active connection migration is supported for a server endpoint (default: true)
326328 ///
327329 /// If set to false, the `disable_active_migration` transport parameter will be sent to the
You can’t perform that action at this time.
0 commit comments