Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2258
bool reconnect_allowed()
2259
{
2260
if (reset_number == -1) {
2261
return true;
2262
}
2263
return (reset_number > 0);
2264
}
2265
2266
void SIPpSocket::reset_connection()
2267
{
Callers
5
connect_socket_if_needed
Method · 0.85
executeAction
Method · 0.85
write_error
Method · 0.85
read_error
Method · 0.85
reset_connection
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected