mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
process b32 address with path
This commit is contained in:
parent
10c7e05ff4
commit
f5fa953458
3 changed files with 23 additions and 8 deletions
|
@ -318,7 +318,7 @@ namespace stream
|
|||
|
||||
void StreamingDestination::HandleNextPacket (Packet * packet)
|
||||
{
|
||||
uint32_t sendStreamID = be32toh (*(uint32_t *)(packet->buf));
|
||||
uint32_t sendStreamID = packet->GetSendStreamID ();
|
||||
auto it = m_Streams.find (sendStreamID);
|
||||
if (it != m_Streams.end ())
|
||||
it->second->HandleNextPacket (packet);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue