mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
handle streaming packet in streaming thread
This commit is contained in:
parent
4bd42625fd
commit
12d40e9023
2 changed files with 10 additions and 3 deletions
|
@ -156,7 +156,7 @@ namespace stream
|
|||
void Start ();
|
||||
void Stop ();
|
||||
|
||||
void HandleNextPacket (i2p::data::IdentHash destination, Packet * packet);
|
||||
void HandleNextPacket (i2p::data::IdentHash destination, Packet * packet);
|
||||
|
||||
Stream * CreateClientStream (const i2p::data::LeaseSet& remote);
|
||||
void DeleteClientStream (Stream * stream);
|
||||
|
@ -164,6 +164,7 @@ namespace stream
|
|||
private:
|
||||
|
||||
void Run ();
|
||||
void PostNextPacket (i2p::data::IdentHash destination, Packet * packet);
|
||||
|
||||
private:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue