MCPcopy Create free account
hub / github.com/RangeNetworks/openbts / IPAddressSpec

Method IPAddressSpec

SIP/SIPUtility.h:95–95  ·  view source on GitHub ↗

Right now we only support UDP

Source from the content-addressed store, hash-verified

93 string ipTransportName() const { return "UDP"; }
94 bool ipIsReliableTransport() const { return false; } // Right now we only support UDP
95 IPAddressSpec() : mipPort(0) {}
96};
97
98// Ticket #1158

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected