A Curated List of Game Network Programming Resources
javascript
gamedev
awesome
networking
csharp
replication
cpp
unity
multiplayer
network
game-development
unity3d
awesome-list
unreal-engine
game-programming
network-programming
unreal-engine-4
netcode
game-networking
gameplay-networking
-
Updated
Apr 19, 2022 - C++
See:
https://github.com/HouraiTeahouse/backroll-rs/blob/3c6bdc08a17d2f4e87524595a935d7f28de8e7a4/backroll/src/protocol/mod.rs#L38
which is used for estimating the remote player's frame for timesyncing purposes:
https://github.com/HouraiTeahouse/backroll-rs/blob/3c6bdc08a17d2f4e87524595a935d7f28de8e7a4/backroll/src/protocol/mod.rs#L740-L753
On an unrelated note, it that calculation corr