Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ udpEndpoint
Function
udpEndpoint
flow/Net2.actor.cpp:357–359 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
355
}
356
357
static udp::endpoint udpEndpoint(NetworkAddress const& n) {
358
return udp::endpoint(tcpAddress(n.ip), n.port);
359
}
360
361
class BindPromise {
362
Promise<Void> p;
Callers
3
connect
Method · 0.85
sendTo
Method · 0.85
bind
Method · 0.85
Calls
1
tcpAddress
Function · 0.85
Tested by
no test coverage detected