| 292 | } |
| 293 | |
| 294 | int fstack_shutdown(int sockfd, int how) { |
| 295 | return ff_shutdown(sockfd, how); |
| 296 | } |
| 297 | |
| 298 | ssize_t fstack_send(int sockfd, const void* buf, size_t count, int flags, Timeout timeout) { |
| 299 | return photon::net::DOIO_ONCE(ff_send(sockfd, buf, count, flags), |
no outgoing calls
no test coverage detected