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

Function socket_shutdown

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

-------------------------------------------------------------------------*\ * \*-------------------------------------------------------------------------*/

Source from the content-addressed store, hash-verified

151*
152\*-------------------------------------------------------------------------*/
153void socket_shutdown(p_socket ps, int how) {
154 shutdown(*ps, how);
155}
156
157/*-------------------------------------------------------------------------*\
158* Connects or returns error message

Callers 2

meth_shutdownFunction · 0.70
meth_shutdownFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected