Right now we only support UDP
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected