process follow-on packets with zero send stream id

This commit is contained in:
orignal 2015-01-02 10:04:57 -05:00
parent f1ae5817eb
commit 79e1096eca
2 changed files with 28 additions and 19 deletions

View file

@ -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);