I\'ve been reading this article from Valve that seems to explain the architecture of their multiplayer system. It seems they delay rendering by a couple ticks on the client so t
The server probably sends fully syncs (ie not deltas) periodically but less frequently. That's what I'm doing, at least.