adjust MTU for incoming SSU sessions

This commit is contained in:
orignal 2014-09-18 14:37:29 -04:00
parent cb46d63058
commit 1441c1371b
3 changed files with 38 additions and 20 deletions

View file

@ -236,6 +236,7 @@ namespace ssu
i2p::data::Identity ident;
ident.FromBuffer (payload, identitySize);
m_RemoteIdent = ident.Hash ();
m_Data.UpdatePacketSize (m_RemoteIdent);
}
else
LogPrint ("SSU unexpected identity size ", identitySize);