Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
toidiu committed Jun 12, 2024
1 parent 0c5e125 commit 4e19755
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quic/s2n-quic/src/server/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ impl<Providers: ServerProviders> Builder<Providers> {
/// fn on_connection(
/// &mut self,
/// info: &mtu::ConnectionInfo,
/// ) -> Result<mtu::Config, s2n_quic_core::path::MtuError> {
/// Ok(self.0)
/// ) -> mtu::Config {
/// self.0
/// }
/// }
/// let mtu = MyMtuProvider(mtu::Config::default());
Expand Down

0 comments on commit 4e19755

Please sign in to comment.