Skip to content

v2.3.2

Compare
Choose a tag to compare
@rustatian rustatian released this 21 Apr 15:11
· 372 commits to master since this release

Syscall usage optimized. Now the data is packing and sending via 1 (or 2 in some cases) send_socket calls, instead of 2-3 (by @vvval)
Unix sockets supported on windows (AF_UNIX) starting from OS Build 17056.
Added the ability to define own relay with a codec (by @Reasno)