Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ryleung-solana committed Jul 12, 2024
1 parent a2414b5 commit 43fc858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quinn-proto/src/endpoint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,7 @@ impl Endpoint {
pub fn open_connections(&self) -> usize {
self.connections.len()
}

/// Counter for the number of bytes currently used
/// in the buffers for Initial and 0-RTT messages for pending incoming connections
pub fn incoming_buffer_bytes(&self) -> u64 {
Expand Down

0 comments on commit 43fc858

Please sign in to comment.