MCPcopy Create free account
hub / github.com/SIPp/sipp / close_local_sockets

Function close_local_sockets

src/socket.cpp:2789–2795  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2787}
2788
2789void close_local_sockets()
2790{
2791 for (int i = 0; i< local_nb; i++) {
2792 local_sockets[i]->close();
2793 local_sockets[i] = nullptr;
2794 }
2795}
2796
2797void connect_to_all_peers()
2798{

Callers 1

read_errorMethod · 0.85

Calls 1

closeMethod · 0.80

Tested by

no test coverage detected