Skip to content

Releases: b23r0/rust-raknet

v0.12.0

04 Oct 15:22
Compare
Choose a tag to compare
  1. fix RaknetSocket::send() wait for completion causes serious lag and incompatibility with MC.
  2. Compatible with Raknet 11

v0.11.0

27 Aug 03:48
Compare
Choose a tag to compare
  1. fix send packet not finished but RaknetSocket::send() still return OK.
  2. fixed failing to process already received packages due to connection closed.
  3. improved unnecessary async/await & mutable method.

v0.10.1

09 Aug 07:35
Compare
Choose a tag to compare

fix RaknetSocket close not send Disconnect message in time

v0.10.0

06 Aug 06:26
Compare
Choose a tag to compare
  1. Fix incorrect closing of RaknetSocket and RaknetListener
  2. Support timely closing when RaknetSocket and RaknetListener are dropped.

v0.9.0

12 Jun 12:24
Compare
Choose a tag to compare
  1. Fix connect loss packet caused faild.
  2. Remove async Read/Write trait.
  3. Add benchmark tool.

v0.8.0

11 May 08:31
Compare
Choose a tag to compare
  1. add ping return motd string.
  2. add close for Raknet Server.
  3. add Game Packet Header check (must be 0xfe).
  4. add set full motd api.

v0.7.0

05 May 09:51
Compare
Choose a tag to compare

Implention automation close RaknetSocket by Drop trait.

v0.6.0

01 May 03:41
Compare
Choose a tag to compare
  1. Fix some panic caused by improper error handling.
  2. RaknetSocket support with Async Read/Write.

v0.5.1

24 Apr 06:39
Compare
Choose a tag to compare
  1. fix parse ConnectionRequsetAccepted packet panic issue
  2. add fast retransmission (beta)
  3. add connecting retry for packet loss

v0.5.0

16 Apr 08:28
Compare
Choose a tag to compare
  • Optimized RTO calculation algorithm
  • Fix recvfrom() return error caused by RCVBUF overflow in Windows .
  • Significantly improved performance (about 5 to 6 times improvement in high packet loss rate environments)