mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
set and check proxy status for ipv6 if presented
This commit is contained in:
parent
5fb1247b87
commit
3e3f92c616
2 changed files with 9 additions and 3 deletions
|
@ -463,7 +463,7 @@ namespace i2p
|
|||
updated = true;
|
||||
}
|
||||
if (host.is_v6 () && address->IsV6 () && address->ssu &&
|
||||
(!address->ssu->mtu || updated))
|
||||
(!address->ssu->mtu || updated) && m_StatusV6 != eRouterStatusProxy)
|
||||
{
|
||||
// update MTU
|
||||
auto mtu = i2p::util::net::GetMTU (host);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue