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
|
@ -36,7 +36,7 @@ namespace tunnel
|
|||
|
||||
m_NumTransmittedBytes += tunnelMsg->GetLength ();
|
||||
htobe32buf (newMsg->GetPayload (), GetNextTunnelID ());
|
||||
FillI2NPMessageHeader (newMsg.get (), eI2NPTunnelData); // TODO
|
||||
newMsg->FillI2NPMessageHeader (eI2NPTunnelData);
|
||||
m_TunnelDataMsgs.push_back (newMsg);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue