Skip to content

Commit

Permalink
fix PathStats doc
Browse files Browse the repository at this point in the history
We extracted them out of Stats and they have their own method
  • Loading branch information
LPardue authored Jul 12, 2024
1 parent 55e3e62 commit 2bc513a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions quiche/src/path.rs
Original file line number Diff line number Diff line change
Expand Up @@ -826,9 +826,10 @@ impl PathMap {

/// Statistics about the path of a connection.
///
/// It is part of the `Stats` structure returned by the [`stats()`] method.
/// A connection’s path statistics can be collected using the [`path_stats()`]
/// method.
///
/// [`stats()`]: struct.Connection.html#method.stats
/// [`path_stats()`]: struct.Connection.html#method.path_stats
#[derive(Clone)]
pub struct PathStats {
/// The local address of the path.
Expand Down

0 comments on commit 2bc513a

Please sign in to comment.