MCPcopy Create free account
hub / github.com/apache/mesos / recv

Function recv

3rdparty/libprocess/src/windows/libwinio.cpp:544–547  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

542
543
544Future<size_t> recv(const int_fd& fd, void* buf, size_t size)
545{
546 return read_internal(fd, buf, size, IOType::RECV);
547}
548
549
550Future<size_t> send(const int_fd& fd, const void* buf, size_t size)

Callers 2

peek_callbackMethod · 0.50
acceptMethod · 0.50

Calls 1

read_internalFunction · 0.85

Tested by

no test coverage detected