Skip to content

v0.8.5

Choose a tag to compare

@uNetworkingAB uNetworkingAB released this 02 Jan 16:46
· 40 commits to master since this release

uSockets should never be built as DLL; it should always be built as a static library (and if available, LTO).

Being an opaque low level library means dynamic dispatching of low level calls such as us_socket_ext entirely ruins performance.

The library should always be built as a static library