MCPcopy 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
357static udp::endpoint udpEndpoint(NetworkAddress const& n) {
358 return udp::endpoint(tcpAddress(n.ip), n.port);
359}
360
361class BindPromise {
362 Promise<Void> p;

Callers 3

connectMethod · 0.85
sendToMethod · 0.85
bindMethod · 0.85

Calls 1

tcpAddressFunction · 0.85

Tested by

no test coverage detected