Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ net_udp_close
Function
net_udp_close
src/base/net.cpp:1209–1212 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1207
}
1208
1209
void net_udp_close(NETSOCKET sock)
1210
{
1211
priv_net_close_all_sockets(sock);
1212
}
1213
1214
NETSOCKET net_tcp_create(NETADDR bindaddr)
1215
{
Callers
3
Close
Method · 0.85
Close
Method · 0.85
TEST
Function · 0.85
Calls
1
priv_net_close_all_sockets
Function · 0.85
Tested by
1
TEST
Function · 0.68