don't drop destination's acceptor if inactive acceptor gets closed

This commit is contained in:
orignal 2017-03-30 11:59:39 -04:00
parent 382308c3fd
commit 29ceed74a2
2 changed files with 8 additions and 2 deletions

1
SAM.h
View file

@ -131,6 +131,7 @@ namespace client
SAMSocketType m_SocketType;
std::string m_ID; // nickname
bool m_IsSilent;
bool m_IsAccepting; // for eSAMSocketTypeAcceptor only
std::shared_ptr<i2p::stream::Stream> m_Stream;
std::shared_ptr<SAMSession> m_Session;
};