Skip to content

Commit

Permalink
connection: doc truncate line
Browse files Browse the repository at this point in the history
  • Loading branch information
BiagioFesta committed Jul 15, 2023
1 parent c8ea0ed commit bf4c06a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wtransport/src/connection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ impl Connection {
self.quic_connection.stable_id()
}

/// Computes the maximum size of datagrams that may be passed to [`send_datagram`](Self::send_datagram).
/// Computes the maximum size of datagrams that may be passed to
/// [`send_datagram`](Self::send_datagram).
///
/// Returns `None` if datagrams are unsupported by the peer or disabled locally.
///
Expand Down

0 comments on commit bf4c06a

Please sign in to comment.