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

Function fstack_shutdown

io/fstack-dpdk.cpp:294–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292}
293
294int fstack_shutdown(int sockfd, int how) {
295 return ff_shutdown(sockfd, how);
296}
297
298ssize_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),

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected