Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ server_open
Method
server_open
lib_acl_cpp/samples/udp/server/udp_sock.cpp:100–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
}
99
100
bool udp_sock::server_open(const char *local)
101
{
102
return bind(local);
103
}
104
105
bool udp_sock::client_open(const char *local, const char *peer)
106
{
Callers
1
main
Function · 0.80
Calls
1
bind
Function · 0.85
Tested by
no test coverage detected