mirror of
https://github.com/lunarmodules/luasocket.git
synced 2025-12-23 21:46:24 +01:00
5a7e3f08886ef2893148c1342fb6021291cf1307
* Explicitly call gai_strerrorA (for Windows builds), so that the code work correctly in 32bit or 64bit builds. * Implement GAI_STRERROR macro to deal with Windows vs. Non-Windows compiles for 64-bit. * make usocket.c consistent with other modules that call macro GAI_STRERROR * Use different name not just different case for macro wrapping function Co-authored-by: Caleb Maclennan <caleb@alerque.com>
LuaSocket
LuaSocket is a Lua extension library composed of two parts:
- a set of C modules that provide support for the TCP and UDP transport layers, and
- a set of Lua modules that provide functions commonly needed by applications that deal with the Internet.
Languages
HTML
48.5%
C
27.1%
Lua
22.7%
Makefile
1.5%