Remix.run Logo
sour-taste 2 years ago

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

chvrchbvrner 2 years 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 years 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 2 years ago | parent | prev [-]

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