MCPcopy Create free account
hub / github.com/F-Stack/f-stack / mt_accept

Function mt_accept

adapter/micro_thread/mt_api.cpp:603–606  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

601}
602
603int mt_accept(int fd, struct sockaddr *addr, socklen_t *addrlen, int timeout)
604{
605 return MtFrame::accept(fd, addr, addrlen, timeout);
606}
607
608ssize_t mt_read(int fd, void *buf, size_t nbyte, int timeout)
609{

Callers 1

echo_serverFunction · 0.85

Calls 1

acceptFunction · 0.70

Tested by

no test coverage detected