Releases: lalawue/m_net
Releases · lalawue/m_net
Add Windows 10 building dir
Just add windows 10 building dir, and a pre-compiled library with OpenSSL Win64 OpenSSL v1.1.1q
from https://slproweb.com/products/Win32OpenSSL.html.
Support SSL/TLS
- support SSL/TLS
- extension skeleton on top of bare UDP/TCP socket with event/cache
Support windows with msys64
provide a pre-compiled bundle in https://github.com/lalawue/cincau/releases/tag/0.3.20210701
Support LuaRocks
- support install from LuaRocks as 'luarocks install mnet'
- raw LuaJIT FFI version just 'make lib'
Support Lua with pull style API
Support Lua/LuaJIT with pull style API, the script can be same one ignore Lua/LuaJIT.
previous release outline:
- more efficient underlying implement with wepoll in Windows
- buildin timer event support milliseconds scheduling