MCPcopy Create free account
hub / github.com/LUX-Core/lux / ShutDown

Method ShutDown

src/cryptopp/socketft.cpp:307–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305}
306
307void Socket::ShutDown(int how)
308{
309 CRYPTOPP_ASSERT(m_s != INVALID_SOCKET);
310 int result = shutdown(m_s, how);
311 CheckAndHandleError_int("shutdown", result);
312}
313
314void Socket::IOCtl(long cmd, unsigned long *argp)
315{

Callers 1

SendEofMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected