Skip to content

Releases: FUTURE-SL/AntiDDoS

1.2

Choose a tag to compare

@FUTURE-SL FUTURE-SL released this 28 Mar 16:09
  • The data buffers have been converted to built-in static buffers, which, according to benchmarks, provides a slight but significant performance boost during large-scale attacks
  • Revert of #25c9601. This change affected the server's transmission of fragmented data, resulting in the incorrect transmission of large data sets. Reported by @lekobyroxa

Full Changelog: 1.1...1.2

❌ 1.1

Choose a tag to compare

@FUTURE-SL FUTURE-SL released this 27 Mar 20:23
39f3bb5
  • Switch from HMAC to SipHash-2-4, which provides a significant performance boost
  • Added FastClock for fast access to the system time
  • The whitelist has been converted to uint (IPAddress) for faster processing
  • ⚠️ The Fragmentation exploit patch has been rewritten for more familiar LiteNetLib interaction ⚠️ - BREAKING CHANGE

Full Changelog: 1.0...1.1

Public release

Choose a tag to compare

@FUTURE-SL FUTURE-SL released this 26 Mar 23:45
1.0

First commit