|
|
@ -1534,7 +1534,9 @@ void Session::configureNetworkInterfaces(lt::settings_pack &settingsPack) |
|
|
|
? ('[' + Utils::Net::canonicalIPv6Addr(addr).toString() + ']') |
|
|
|
? ('[' + Utils::Net::canonicalIPv6Addr(addr).toString() + ']') |
|
|
|
: addr.toString()); |
|
|
|
: addr.toString()); |
|
|
|
endpoints << (ip + portString); |
|
|
|
endpoints << (ip + portString); |
|
|
|
outgoingInterfaces << ip; |
|
|
|
|
|
|
|
|
|
|
|
if ((ip != "0.0.0.0") && (ip != "[::]")) |
|
|
|
|
|
|
|
outgoingInterfaces << ip; |
|
|
|
} |
|
|
|
} |
|
|
|
else { |
|
|
|
else { |
|
|
|
// ip holds an interface name
|
|
|
|
// ip holds an interface name
|
|
|
|