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

Function reconnect_allowed

src/socket.cpp:2258–2264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2256}
2257
2258bool reconnect_allowed()
2259{
2260 if (reset_number == -1) {
2261 return true;
2262 }
2263 return (reset_number > 0);
2264}
2265
2266void SIPpSocket::reset_connection()
2267{

Callers 5

executeActionMethod · 0.85
write_errorMethod · 0.85
read_errorMethod · 0.85
reset_connectionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected