mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
more changes
This commit is contained in:
@@ -406,9 +406,6 @@ namespace client
|
||||
// udp client
|
||||
// TODO: ip6 and hostnames
|
||||
boost::asio::ip::udp::endpoint end(boost::asio::ip::address::from_string(address), port);
|
||||
if(destinationPort == 0) {
|
||||
destinationPort = port;
|
||||
}
|
||||
if (!localDestination) {
|
||||
localDestination = m_SharedLocalDestination;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user