-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SendReliabilityLayer: do not send reliable packets outside the client…
…'s reliable window The client implements a window of 512 packets, outside of which packets will be dropped. Eventually, the server will resend them, but after a long delay. To avoid this, we buffer packets whose reliable message indexes are too large for the current reliable window. This significantly improves performance when transmitting large amounts of data.
- Loading branch information
Showing
1 changed file
with
77 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters