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

Function opt_get_reuseport

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

Source from the content-addressed store, hash-verified

74}
75
76int opt_get_reuseport(lua_State *L, p_socket ps)
77{
78 return opt_getboolean(L, ps, SOL_SOCKET, SO_REUSEPORT);
79}
80
81/*------------------------------------------------------*/
82/* disables the Nagle algorithm */

Callers

nothing calls this directly

Calls 1

opt_getbooleanFunction · 0.85

Tested by

no test coverage detected