mirror of
https://github.com/PurpleI2P/i2pd
synced 2025-10-05 23:52:50 +02:00
fix typos
This commit is contained in:
@@ -843,7 +843,7 @@ namespace garlic
|
||||
if (m_State == eSessionStateNewSessionSent)
|
||||
{
|
||||
m_State = eSessionStateEstablished;
|
||||
// don't delete m_EpehemralKey and m_PQKeys because delayd NSR's migth come
|
||||
// don't delete m_EpehemralKey and m_PQKeys because delayed NSR's might come
|
||||
// done in CleanupReceiveNSRKeys called from NSR tagset destructor
|
||||
m_SessionCreatedTimestamp = i2p::util::GetSecondsSinceEpoch ();
|
||||
GetOwner ()->AddECIESx25519Session (m_RemoteStaticKey, shared_from_this ());
|
||||
|
@@ -60,7 +60,7 @@ namespace client
|
||||
int LoadLocal (Addresses& addresses) override;
|
||||
int Save (const Addresses& addresses) override;
|
||||
|
||||
void SaveEtag (const i2p::data::IdentHash& subsciption, const std::string& etag, const std::string& lastModified) override;
|
||||
void SaveEtag (const i2p::data::IdentHash& subscription, const std::string& etag, const std::string& lastModified) override;
|
||||
bool GetEtag (const i2p::data::IdentHash& subscription, std::string& etag, std::string& lastModified) override;
|
||||
void ResetEtags () override;
|
||||
|
||||
|
@@ -880,7 +880,7 @@ namespace client
|
||||
Connect (stream);
|
||||
else if (!Resolve (stream))
|
||||
{
|
||||
LogPrint (eLogWarning, "I2PTunnel: Address ", m_Address, " cann't be resolved. Incoming connection dropped");
|
||||
LogPrint (eLogWarning, "I2PTunnel: Address ", m_Address, " can't be resolved. Incoming connection dropped");
|
||||
stream->Close ();
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user