group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
Client::DelayedOutbound Struct Reference

One outbound UDP datagram queued for delayed send. More...

Collaboration diagram for Client::DelayedOutbound:
[legend]

Public Attributes

Uint64 sendAtCounter
 Performance counter at which to send.
net::PacketHeader header
 Caller-supplied header (passed through verbatim).
std::vector< uint8_t > payload
 Datagram payload bytes.
std::size_t totalBytes
 For deferred bandwidth accounting.

Detailed Description

One outbound UDP datagram queued for delayed send.

Member Data Documentation

◆ header

net::PacketHeader Client::DelayedOutbound::header

Caller-supplied header (passed through verbatim).

◆ payload

std::vector<uint8_t> Client::DelayedOutbound::payload

Datagram payload bytes.

◆ sendAtCounter

Uint64 Client::DelayedOutbound::sendAtCounter

Performance counter at which to send.

◆ totalBytes

std::size_t Client::DelayedOutbound::totalBytes

For deferred bandwidth accounting.


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