|
reSIProcate/rutil
9694
|


Go to the source code of this file.
Namespaces | |
| namespace | resip |
dcm! -- add UnusedChecking(_enum) below; | |
Enumerations | |
| enum | resip::TransportType { resip::UNKNOWN_TRANSPORT = 0, resip::TLS, resip::TCP, resip::UDP, resip::SCTP, resip::DCCP, resip::DTLS, resip::MAX_TRANSPORT } |
| An enumeration of transport protocols. More... | |
| enum | resip::IpVersion { resip::V4, resip::V6 } |
| An enumeration of IP versions. More... | |
| enum | resip::StunSetting { resip::StunDisabled, resip::StunEnabled } |
Functions | |
| TransportType | resip::getTransportTypeFromName (const std::string &transportName) |
| Function which translates a transport name to its corrisponding integer enum value. | |
| TransportType | resip::toTransportType (const resip::Data &transportName) |
| std::string | resip::getTransportNameFromType (const TransportType typeEnum) |
| Function which translates a transport enum value to its corrisponding name. | |
| std::string | resip::getTransportNameFromTypeLower (const TransportType typeEnum) |
| const resip::Data & | resip::toData (const TransportType typeEnum) |
| const resip::Data & | resip::toDataLower (const TransportType typeEnum) |
| bool | resip::isReliable (TransportType type) |
| Returns true if passed in transport type is a reliable transport protocol. | |
1.7.5.1