Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/libco
/ sockaddr_in
Class
sockaddr_in
example_echocli.cpp:45–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
};
44
45
static void SetAddr(const char *pszIP,const unsigned short shPort,struct sockaddr_in &addr)
46
{
47
bzero(&addr,sizeof(addr));
48
addr.sin_family = AF_INET;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected