| 97 | local_network_interface_ = ifc; |
| 98 | } |
| 99 | std::string getInterface() { |
| 100 | return local_network_interface_; |
| 101 | } |
| 102 | void setTransportProtocol(std::string &protocol) { |
| 103 | transport_protocol_ = protocol; |
| 104 | } |
no outgoing calls
no test coverage detected