mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-21 02:33:23 +00:00
docs: fix typo in EndpointStats
This commit is contained in:
@@ -351,13 +351,13 @@ impl Endpoint {
|
|||||||
#[non_exhaustive]
|
#[non_exhaustive]
|
||||||
#[derive(Debug, Default, Copy, Clone)]
|
#[derive(Debug, Default, Copy, Clone)]
|
||||||
pub struct EndpointStats {
|
pub struct EndpointStats {
|
||||||
/// Cummulative number of Quic handshakes accepted by this [Endpoint]
|
/// Cumulative number of Quic handshakes accepted by this [Endpoint]
|
||||||
pub accepted_handshakes: u64,
|
pub accepted_handshakes: u64,
|
||||||
/// Cummulative number of Quic handshakees sent from this [Endpoint]
|
/// Cumulative number of Quic handshakes sent from this [Endpoint]
|
||||||
pub outgoing_handshakes: u64,
|
pub outgoing_handshakes: u64,
|
||||||
/// Cummulative number of Quic handshakes refused on this [Endpoint]
|
/// Cumulative number of Quic handshakes refused on this [Endpoint]
|
||||||
pub refused_handshakes: u64,
|
pub refused_handshakes: u64,
|
||||||
/// Cummulative number of Quic handshakes ignored on this [Endpoint]
|
/// Cumulative number of Quic handshakes ignored on this [Endpoint]
|
||||||
pub ignored_handshakes: u64,
|
pub ignored_handshakes: u64,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user