Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
603
int mt_accept(int fd, struct sockaddr *addr, socklen_t *addrlen, int timeout)
604
{
605
return MtFrame::accept(fd, addr, addrlen, timeout);
606
}
607
608
ssize_t mt_read(int fd, void *buf, size_t nbyte, int timeout)
609
{
Callers
1
echo_server
Function · 0.85
Calls
1
accept
Function · 0.70
Tested by
no test coverage detected