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

Function opt_get_dontroute

Plugins/UnLuaExtensions/LuaSocket/Source/src/options.cpp:155–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155int opt_get_dontroute(lua_State *L, p_socket ps)
156{
157 return opt_getboolean(L, ps, SOL_SOCKET, SO_DONTROUTE);
158}
159
160/*------------------------------------------------------*/
161int opt_set_broadcast(lua_State *L, p_socket ps)

Callers

nothing calls this directly

Calls 1

opt_getbooleanFunction · 0.85

Tested by

no test coverage detected