always specify mtu for ipv6 address

This commit is contained in:
orignal 2014-10-30 10:07:39 -04:00
parent 6320572917
commit c0482319e5
3 changed files with 13 additions and 3 deletions

View file

@ -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)