Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ Connect
Method
Connect
src/util/sock.cpp:57–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
int Sock::Connect(const sockaddr* addr, socklen_t addr_len) const
58
{
59
return connect(m_socket, addr, addr_len);
60
}
61
62
int Sock::Bind(const sockaddr* addr, socklen_t addr_len) const
63
{
Callers
2
NATPMPRequestPortMap
Function · 0.45
PCPRequestPortMap
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected