-
Notifications
You must be signed in to change notification settings - Fork 40
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 and eventually resent. To avoid this, we buffer packets until their reliable message indexes are low enough to be accepted by the client's 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