Skip to content

Commit

Permalink
Make PathStats copy
Browse files Browse the repository at this point in the history
  • Loading branch information
evanrittenhouse committed Aug 23, 2024
1 parent 55e3e62 commit 836245f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quiche/src/path.rs
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@ impl PathMap {
/// It is part of the `Stats` structure returned by the [`stats()`] method.
///
/// [`stats()`]: struct.Connection.html#method.stats
#[derive(Clone)]
#[derive(Copy, Clone)]
pub struct PathStats {
/// The local address of the path.
pub local_addr: SocketAddr,
Expand Down

0 comments on commit 836245f

Please sign in to comment.