| 178 | return photon::net::recv(sockfd, buf, count, flags, timeout); |
| 179 | } |
| 180 | virtual ssize_t do_recvmsg(int sockfd, struct msghdr* message, int flags, Timeout timeout) { |
| 181 | return photon::net::recvmsg(sockfd, message, flags, timeout); |
| 182 | } |
| 183 | |
| 184 | struct tmp_msg_hdr : public ::msghdr { |
| 185 | tmp_msg_hdr(const iovec* iov, int iovcnt) : ::msghdr{} { |