| 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 | }; |