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

Public Attributes

std::uint32_t sequence = 0
ChannelId channel = ChannelId::ControlReliableOrdered
std::vector< std::uint8_t > payload
Uint64 lastSendMs = 0
std::uint8_t attempts = 0

Member Data Documentation

◆ attempts

std::uint8_t net::UdpSessionTransport::PendingReliable::attempts = 0

◆ channel

ChannelId net::UdpSessionTransport::PendingReliable::channel = ChannelId::ControlReliableOrdered

◆ lastSendMs

Uint64 net::UdpSessionTransport::PendingReliable::lastSendMs = 0

◆ payload

std::vector<std::uint8_t> net::UdpSessionTransport::PendingReliable::payload

◆ sequence

std::uint32_t net::UdpSessionTransport::PendingReliable::sequence = 0

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