Skip to content

Tags: pmmp/RakLib

Tags

1.1.1

Toggle 1.1.1's commit message

Verified

This commit was signed with the committer’s verified signature.
dktapps Dylan T.
SendReliabilityLayer: make retransmit timeout less insane

this hardcoded timeout really needs to be replaced by a calculation based on RTT, but that's a job for another time.

1.1.0

Toggle 1.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
dktapps Dylan T.
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.

1.0.0

Toggle 1.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
dktapps Dylan T.
Fixed ack receipts not working for split packets

0.15.1

Toggle 0.15.1's commit message

Verified

This commit was signed with the committer’s verified signature.
dktapps Dylan T.
Merge branch 'legacy/0.14' into stable

0.14.6

Toggle 0.14.6's commit message

Verified

This commit was signed with the committer’s verified signature.
dktapps Dylan T.
CS

0.15.0

Toggle 0.15.0's commit message

Verified

This commit was signed with the committer’s verified signature.
dktapps Dylan T.
Merge branch 'next-major' into stable

0.14.5

Toggle 0.14.5's commit message

Verified

This commit was signed with the committer’s verified signature.
dktapps Dylan T.
ExceptionTraceCleaner: fixed empty stack traces when xdebug is enable…

…d, but not in develop mode

0.14.4

Toggle 0.14.4's commit message

Verified

This commit was signed with the committer’s verified signature.
dktapps Dylan T.
ReceiveReliabilityLayer: fixed memory leak, sequenced should actually…

… work properly now

0.14.3

Toggle 0.14.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>

0.12.12

Toggle 0.12.12's commit message

Verified

This commit was signed with the committer’s verified signature.
dktapps Dylan T.
Accept pthreads ^4.0