mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
process follow-on packets with zero send stream id
This commit is contained in:
parent
f1ae5817eb
commit
79e1096eca
2 changed files with 28 additions and 19 deletions
|
@ -170,7 +170,6 @@ namespace stream
|
|||
void SetAcceptor (const Acceptor& acceptor) { m_Acceptor = acceptor; };
|
||||
void ResetAcceptor () { m_Acceptor = nullptr; };
|
||||
bool IsAcceptorSet () const { return m_Acceptor != nullptr; };
|
||||
void StreamAccepted (std::shared_ptr<Stream> stream);
|
||||
i2p::client::ClientDestination& GetOwner () { return m_Owner; };
|
||||
|
||||
void HandleDataMessagePayload (const uint8_t * buf, size_t len);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue