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

Function opt_get_keepalive

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

Source from the content-addressed store, hash-verified

142}
143
144int opt_get_keepalive(lua_State *L, p_socket ps)
145{
146 return opt_getboolean(L, ps, SOL_SOCKET, SO_KEEPALIVE);
147}
148
149/*------------------------------------------------------*/
150int opt_set_dontroute(lua_State *L, p_socket ps)

Callers

nothing calls this directly

Calls 1

opt_getbooleanFunction · 0.85

Tested by

no test coverage detected