Skip to content

v2.8.1

Compare
Choose a tag to compare
@chkr1011 chkr1011 released this 08 Jul 12:03
· 1314 commits to master since this release
  • [Core] Performance optimizations.
  • [Core] Fixed a bug which prevents receiving large packets (UWP only)
  • [Client] The ManagedClient options now allow configuring the interval for connection checks.
  • [Server] Added the Endpoint of the Adapter (remote IP and port) to the connection validation callback.
  • [Server] The ipv4 and ipv6 endpoint can be disabled now by setting the bound IP address to None.
  • [Server] Fix a bug in the keep alive monitor which caused high CPU load (thanks to @GarageGadget).