group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
net::UdpSessionTransport::Stats Struct Reference

#include <UdpSessionTransport.hpp>

Public Attributes

std::uint64_t bytesSent = 0
std::uint64_t bytesRecv = 0
std::uint32_t packetsSent = 0
std::uint32_t packetsRecv = 0
std::uint32_t reliableRetransmits = 0
std::uint32_t reliablePending = 0
std::uint32_t activeRouteId = 0
float rttMs = 0.0f
bool relayActive = false
bool directActive = false

Member Data Documentation

◆ activeRouteId

std::uint32_t net::UdpSessionTransport::Stats::activeRouteId = 0

◆ bytesRecv

std::uint64_t net::UdpSessionTransport::Stats::bytesRecv = 0

◆ bytesSent

std::uint64_t net::UdpSessionTransport::Stats::bytesSent = 0

◆ directActive

bool net::UdpSessionTransport::Stats::directActive = false

◆ packetsRecv

std::uint32_t net::UdpSessionTransport::Stats::packetsRecv = 0

◆ packetsSent

std::uint32_t net::UdpSessionTransport::Stats::packetsSent = 0

◆ relayActive

bool net::UdpSessionTransport::Stats::relayActive = false

◆ reliablePending

std::uint32_t net::UdpSessionTransport::Stats::reliablePending = 0

◆ reliableRetransmits

std::uint32_t net::UdpSessionTransport::Stats::reliableRetransmits = 0

◆ rttMs

float net::UdpSessionTransport::Stats::rttMs = 0.0f

The documentation for this struct was generated from the following file: