|
|
|
|
|
by toast0
1488 days ago
|
|
If you get your data small enough to fit multiple updates into a single packet, you can send the last N updates in each packet. If your updates are bigger; you probably will end up with seqs, acks and retransmitting of some sort, but you may be able to do better than sending a duplicate of the missed packet. |
|
If the client misses too many frames the server can send it a snapshot (that way the server can hold a bounded number of old updates in memory).