Remix.run Logo
ch33zer 10 months ago

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

chvrchbvrner 10 months 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 10 months 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 10 months ago | parent | prev [-]

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