Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/libco
/ sockaddr
Class
sockaddr
example_echosvr.cpp:108–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
106
return 0;
107
}
108
int co_accept(int fd, struct sockaddr *addr, socklen_t *len );
109
static void *accept_routine( void * )
110
{
111
co_enable_hook_sys();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected