|
group2 0.1.0
CSE 125 Group 2
|
Atomic-published snapshot of every connected client's network state. More...
Public Attributes | |
| std::vector< ClientNetState > | entries |
Atomic-published snapshot of every connected client's network state.
PR-12 extended this from (id, rtt) pairs to (id, rtt, interpDelaySnapshots) so a single tick of updateLagCompTargets can read both terms of the rewind formula in one lock-free fetch.
| std::vector<ClientNetState> Server::ClientRttSnapshot::entries |