MCPcopy 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
57int Sock::Connect(const sockaddr* addr, socklen_t addr_len) const
58{
59 return connect(m_socket, addr, addr_len);
60}
61
62int Sock::Bind(const sockaddr* addr, socklen_t addr_len) const
63{

Callers 2

NATPMPRequestPortMapFunction · 0.45
PCPRequestPortMapFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected