MCPcopy Create free account
hub / github.com/alibaba/PhotonLibOS / send_n

Function send_n

net/basic_socket.cpp:196–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196ssize_t send_n(int fd, const void *buf, size_t count, int flag, Timeout timeout) {
197 return DOIO_LOOP(send(fd, buf, count, flag, timeout), BufStep((void*&)buf, count));
198}
199
200ssize_t sendv_n(int fd, struct iovec *iov, int iovcnt, int flag, Timeout timeout) {
201 iovector_view v(iov, iovcnt);

Callers 1

write_nFunction · 0.85

Calls 2

sendFunction · 0.85
BufStepClass · 0.70

Tested by

no test coverage detected