MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / ConnectDirectly

Function ConnectDirectly

src/netbase.cpp:650–653  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

648}
649
650std::unique_ptr<Sock> ConnectDirectly(const CService& dest, bool manual_connection)
651{
652 return ConnectDirectly(dest, manual_connection, std::chrono::milliseconds{nConnectTimeout});
653}
654
655std::unique_ptr<Sock> ConnectDirectly(const CService& dest,
656 bool manual_connection,

Callers 4

ConnectMethod · 0.85
ConnectMethod · 0.85
ConnectMethod · 0.85
ConnectNodeMethod · 0.85

Calls 4

ConnectToSocketFunction · 0.85
GetSAFamilyMethod · 0.80
ToStringAddrPortMethod · 0.80
GetSockAddrMethod · 0.80

Tested by

no test coverage detected