Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crossuo/crossuo
/ icmp_close
Function
icmp_close
src/Sockets.cpp:274–280 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
272
}
273
274
void icmp_close(icmp_handle handle)
275
{
276
auto h = socket_fd(handle);
277
closesocket(h);
278
delete (int *)handle;
279
handle = nullptr;
280
}
281
#endif // USE_PING
282
283
#else
Callers
1
CalculatePing
Method · 0.85
Calls
1
socket_fd
Function · 0.85
Tested by
no test coverage detected