mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
more changes
This commit is contained in:
parent
979575c311
commit
1d7d7cf9a0
3 changed files with 7 additions and 11 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue