Searched refs:portLiteral (Results 1 – 1 of 1) sorted by relevance
94 std::string portLiteral{_bindAddress.substr(portDelPos + 1)}; in start() local95 if (!convertTo(portLiteral, port)) { in start()96 error = "bindaddress " + _bindAddress + " port " + portLiteral + " ill formed"; in start()