|
group2 0.1.0
CSE 125 Group 2
|
One outbound UDP datagram queued for delayed send. More...
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. | |
One outbound UDP datagram queued for delayed send.
| net::PacketHeader Client::DelayedOutbound::header |
Caller-supplied header (passed through verbatim).
| std::vector<uint8_t> Client::DelayedOutbound::payload |
Datagram payload bytes.
| Uint64 Client::DelayedOutbound::sendAtCounter |
Performance counter at which to send.
| std::size_t Client::DelayedOutbound::totalBytes |
For deferred bandwidth accounting.