generate new tags based on last received index

This commit is contained in:
orignal 2020-03-22 21:21:12 -04:00
parent 6fb80f226a
commit fe9ac10f02
2 changed files with 1 additions and 4 deletions

View file

@ -119,7 +119,6 @@ namespace garlic
SessionState m_State = eSessionStateNew;
uint64_t m_LastActivityTimestamp = 0; // incoming
RatchetTagSet m_SendTagset, m_ReceiveTagset;
int m_NumReceiveTags = 0;
std::unique_ptr<i2p::data::IdentHash> m_Destination;// TODO: might not need it
};
}