mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
always specify mtu for ipv6 address
This commit is contained in:
@@ -162,7 +162,7 @@ namespace i2p
|
||||
{
|
||||
// create new address
|
||||
m_RouterInfo.AddNTCPAddress (host.to_string ().c_str (), port);
|
||||
m_RouterInfo.AddSSUAddress (host.to_string ().c_str (), port, GetIdentHash ()); // TODO
|
||||
m_RouterInfo.AddSSUAddress (host.to_string ().c_str (), port, GetIdentHash (), 1472); // TODO
|
||||
updated = true;
|
||||
}
|
||||
if (updated)
|
||||
|
||||
Reference in New Issue
Block a user