moonbridge

view moonbridge_io.h @ 102:51ff6ad11677

Added missing freeaddrinfo() call to moonbridge_io.tcpconnect(...) function; Updated documentation regarding blocking DNS lookups of tcpconnect(...)
author jbe
date Wed Apr 08 05:26:15 2015 +0200 (2015-04-08)
parents df1ab25c6513
children 06d965df8a0c
line source
2 void moonbr_io_pushhandle(lua_State *L, int fd, int useshutdown);
3 void moonbr_io_closehandle(lua_State *L, int idx, int reset);
4 int moonbr_io_tcpconnect(lua_State *L);
5 int moonbr_io_tcpconnect_nb(lua_State *L);
6 int luaopen_moonbridge_io(lua_State *L);

Impressum / About Us