mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-29 20:27:49 +02:00
don't drop destination's acceptor if inactive acceptor gets closed
This commit is contained in:
parent
382308c3fd
commit
29ceed74a2
2 changed files with 8 additions and 2 deletions
1
SAM.h
1
SAM.h
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue