github Power2All/torrust-actix v4.0.14

16 hours ago

This is a pretty big upgrade.
A lot of the internal code has been rewritten, performance tweaked and fixed.
UDP is now able to handle much more then originally expected.
Also, warning, the environment variables for UDP has changed a little bit.

UDP_0_ENABLED <true | false>
UDP_0_BIND_ADDRESS <STRING>
UDP_0_UDP_THREADS <UINT64>
UDP_0_UDP_WORKER_THREADS <UINT64>
UDP_0_UDP_RECEIVE_BUFFER_SIZE <UINT64>
UDP_0_UDP_SEND_BUFFER_SIZE <UINT64>
UDP_0_UDP_REUSE_ADDRESS <true | false>

v4.0.14

  • Code optimizations thanks to AI scanning
  • Huge memory and CPU consumption improvement for UDP, using offloading
  • Complete scan of code for multiple other performance improvements

Don't miss a new torrust-actix release

NewReleases is sending notifications on new releases.