mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
wait more for tunnel creation
This commit is contained in:
parent
fb15c72be2
commit
7995385a19
2 changed files with 2 additions and 2 deletions
2
SSU.cpp
2
SSU.cpp
|
@ -109,7 +109,7 @@ namespace ssu
|
|||
Decrypt (buf, len, address->key);
|
||||
else
|
||||
{
|
||||
LogPrint ("MAC verifcation failed");
|
||||
LogPrint ("MAC verification failed ", len, " bytes from ", senderEndpoint);
|
||||
m_Server.DeleteSession (this);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue