Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/libco
/ sockaddr_in
Class
sockaddr_in
example_echosvr.cpp:127–127 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
125
126
}
127
struct sockaddr_in addr; //maybe sockaddr_un;
128
memset( &addr,0,sizeof(addr) );
129
socklen_t len = sizeof(addr);
130
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected