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

Method do_recv

net/kernel_socket.cpp:679–681  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

677 }
678
679 ssize_t do_recv(int sockfd, void* buf, size_t count, int flags, Timeout timeout) override {
680 return fstack_recv(sockfd, buf, count, flags, timeout);
681 }
682
683 ssize_t do_recvmsg(int sockfd, struct msghdr* message, int flags, Timeout timeout) override {
684 return fstack_recvmsg(sockfd, message, flags, timeout);

Callers

nothing calls this directly

Calls 1

fstack_recvFunction · 0.85

Tested by

no test coverage detected