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

Method Send

src/util/sock.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47ssize_t Sock::Send(const void* data, size_t len, int flags) const
48{
49 return send(m_socket, static_cast<const char*>(data), len, flags);
50}
51
52ssize_t Sock::Recv(void* buf, size_t len, int flags) const
53{

Callers 5

SendRequestMethod · 0.45
SocketSendDataMethod · 0.45
PCPSendRecvFunction · 0.45
QueryDefaultGatewayImplFunction · 0.45

Calls 1

sendFunction · 0.85

Tested by

no test coverage detected