Remix.run Logo
ch33zer 3 days ago

Presumably some snapshot id number also gets sent to the client and is what gets acked?

chvrchbvrner 2 days ago | parent | next [-]

In another article about the network abstraction layer "NetChannel" [1], the author describes that ACK happens by sending "Sequence" numbers in the headers.

[1]: https://fabiensanglard.net/quakeSource/quakeSourceNetWork.ph...

justin66 2 days ago | parent [-]

That’s about an earlier engine. Quite different.

(Regarding the original question, yes, of course there are sequence numbers. The “recommended readings” at the bottom of the page are worthwhile.)

shdh a day ago | parent | prev [-]

They were ACKed as a part of the input command frames sent by the client to the server