|
|
@ -176,9 +176,6 @@ namespace connect_code {
|
|
|
|
|
|
|
|
|
|
|
|
port = std::to_string(std::stoul(port, 0, 32));
|
|
|
|
port = std::to_string(std::stoul(port, 0, 32));
|
|
|
|
|
|
|
|
|
|
|
|
std::cout << conv_addr << std::endl;
|
|
|
|
|
|
|
|
abort();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ret_val.push_back(conv_addr);
|
|
|
|
ret_val.push_back(conv_addr);
|
|
|
|
ret_val.push_back(port);
|
|
|
|
ret_val.push_back(port);
|
|
|
|
}
|
|
|
|
}
|
|
|
|