MCPcopy Create free account
hub / github.com/apple/foundationdb / tcpEndpoint

Function tcpEndpoint

flow/Net2.actor.cpp:353–355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351}
352
353static tcp::endpoint tcpEndpoint(NetworkAddress const& n) {
354 return tcp::endpoint(tcpAddress(n.ip), n.port);
355}
356
357static udp::endpoint udpEndpoint(NetworkAddress const& n) {
358 return udp::endpoint(tcpAddress(n.ip), n.port);

Callers 4

connectMethod · 0.85
ListenerMethod · 0.85
connectMethod · 0.85
SSLListenerMethod · 0.85

Calls 1

tcpAddressFunction · 0.85

Tested by

no test coverage detected