MCPcopy Create free account
hub / github.com/3rdparty/libprocess / send

Function send

src/windows/libwinio.cpp:546–549  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

544
545
546Future<size_t> send(const int_fd& fd, const void* buf, size_t size)
547{
548 return write_internal(fd, buf, size, IOType::SEND);
549}
550
551
552Future<Nothing> accept(const int_fd& fd, const int_fd& accepted_socket)

Callers 7

sendMethod · 0.50
_runMethod · 0.50
pongMethod · 0.50
pingMethod · 0.50
consumeMethod · 0.50
consumeMethod · 0.50
ping_linkeeMethod · 0.50

Calls 1

write_internalFunction · 0.85

Tested by 6

_runMethod · 0.40
pongMethod · 0.40
pingMethod · 0.40
consumeMethod · 0.40
consumeMethod · 0.40
ping_linkeeMethod · 0.40