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

Function global_create6

Plugins/UnLuaExtensions/LuaSocket/Source/src/udp.cpp:490–492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

488}
489
490static int global_create6(lua_State *L) {
491 return udp_create(L, AF_INET6);
492}
493

Callers

nothing calls this directly

Calls 1

udp_createFunction · 0.85

Tested by

no test coverage detected