Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SIPp/sipp
/ ~socketowner
Method
~socketowner
src/socketowner.cpp:75–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
}
74
75
socketowner::~socketowner()
76
{
77
if (this->call_socket) {
78
dissociate_socket()->close();
79
}
80
}
81
82
void socketowner::add_owner_to_socket(SIPpSocket *socket)
83
{
Callers
nothing calls this directly
Calls
1
close
Method · 0.80
Tested by
no test coverage detected