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

Method ipTransportName

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

Source from the content-addressed store, hash-verified

91 bool ipSet(string addrSpec, const char *provenance);
92 string ipToText() const;
93 string ipTransportName() const { return "UDP"; }
94 bool ipIsReliableTransport() const { return false; } // Right now we only support UDP
95 IPAddressSpec() : mipPort(0) {}
96};

Callers 1

stTransportNameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected