Struct windows_sys::Win32::Networking::WinSock::RM_SENDER_STATS
#[repr(C)]pub struct RM_SENDER_STATS {Show 13 fields
pub DataBytesSent: u64,
pub TotalBytesSent: u64,
pub NaksReceived: u64,
pub NaksReceivedTooLate: u64,
pub NumOutstandingNaks: u64,
pub NumNaksAfterRData: u64,
pub RepairPacketsSent: u64,
pub BufferSpaceAvailable: u64,
pub TrailingEdgeSeqId: u64,
pub LeadingEdgeSeqId: u64,
pub RateKBitsPerSecOverall: u64,
pub RateKBitsPerSecLast: u64,
pub TotalODataPacketsSent: u64,
}
Expand description
Required features: "Win32_Networking_WinSock"
Fields§
§DataBytesSent: u64
§TotalBytesSent: u64
§NaksReceived: u64
§NaksReceivedTooLate: u64
§NumOutstandingNaks: u64
§NumNaksAfterRData: u64
§RepairPacketsSent: u64
§BufferSpaceAvailable: u64
§TrailingEdgeSeqId: u64
§LeadingEdgeSeqId: u64
§RateKBitsPerSecOverall: u64
§RateKBitsPerSecLast: u64
§TotalODataPacketsSent: u64