MCPcopy Create free account
hub / github.com/Tencent/UnLua / global_create6

Function global_create6

Plugins/UnLuaExtensions/LuaSocket/Source/src/tcp.cpp:421–423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

419}
420
421static int global_create6(lua_State *L) {
422 return tcp_create(L, AF_INET6);
423}
424
425static int global_connect(lua_State *L) {
426 const char *remoteaddr = luaL_checkstring(L, 1);

Callers

nothing calls this directly

Calls 1

tcp_createFunction · 0.85

Tested by

no test coverage detected