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

Function opt_get_broadcast

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

Source from the content-addressed store, hash-verified

164}
165
166int opt_get_broadcast(lua_State *L, p_socket ps)
167{
168 return opt_getboolean(L, ps, SOL_SOCKET, SO_BROADCAST);
169}
170
171/*------------------------------------------------------*/
172int opt_set_recv_buf_size(lua_State *L, p_socket ps)

Callers

nothing calls this directly

Calls 1

opt_getbooleanFunction · 0.85

Tested by

no test coverage detected