group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
Server::ClientRttSnapshot Struct Reference

Atomic-published snapshot of every connected client's network state. More...

Public Attributes

std::vector< ClientNetStateentries

Detailed Description

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.

Member Data Documentation

◆ entries

std::vector<ClientNetState> Server::ClientRttSnapshot::entries

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