mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
move FillI2NPMessageHeader into I2NPMessage
This commit is contained in:
parent
0c8fb376db
commit
bf14b7da9a
9 changed files with 33 additions and 35 deletions
|
@ -780,7 +780,7 @@ namespace stream
|
|||
htobe16buf (buf + 6, m_Port); // destination port
|
||||
buf[9] = i2p::client::PROTOCOL_TYPE_STREAMING; // streaming protocol
|
||||
msg->len += size + 4;
|
||||
FillI2NPMessageHeader (msg.get (), eI2NPData); // TODO:
|
||||
msg->FillI2NPMessageHeader (eI2NPData);
|
||||
|
||||
return msg;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue