MCPcopy Create free account
hub / github.com/ElementsProject/elements / Recv

Method Recv

src/util/sock.cpp:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67ssize_t Sock::Recv(void* buf, size_t len, int flags) const
68{
69 return recv(m_socket, static_cast<char*>(buf), len, flags);
70}
71
72int Sock::Connect(const sockaddr* addr, socklen_t addr_len) const
73{

Callers 2

InterruptibleRecvFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected