Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SIPp/sipp
/ sipp_allocate_socket
Function
sipp_allocate_socket
src/socket.cpp:1289–1291 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1287
}
1288
1289
static SIPpSocket* sipp_allocate_socket(bool use_ipv6, int transport, int fd) {
1290
return new SIPpSocket(use_ipv6, transport, fd, 0);
1291
}
1292
1293
static int socket_fd(bool use_ipv6, int transport)
1294
{
Callers
1
new_sipp_socket
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected