mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
always specify mtu for ipv6 address
This commit is contained in:
parent
6320572917
commit
c0482319e5
3 changed files with 13 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue