Skip to content

v4.0.14

Latest

Choose a tag to compare

@Power2All Power2All released this 25 Sep 13:39
20d91c8

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