Tags: pmmp/RakLib
Tags
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.
Update phpstan/phpstan requirement from 1.3.1 to 1.3.3 (#126) Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/master/CHANGELOG.md) - [Commits](phpstan/phpstan@1.3.1...1.3.3) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
PreviousNext