mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2026-08-23 12:10:26 +00:00
generate msgid from instead RAND_bytes
This commit is contained in:
@@ -2513,7 +2513,7 @@ namespace stream
|
||||
htobe16buf (buf + 6, toPort); // destination port
|
||||
buf[9] = i2p::client::PROTOCOL_TYPE_STREAMING; // streaming protocol
|
||||
msg->len += size;
|
||||
msg->FillI2NPMessageHeader (eI2NPData, 0, checksum);
|
||||
msg->FillI2NPMessageHeader (eI2NPData, m_Owner->GetRng ()(), checksum);
|
||||
}
|
||||
else
|
||||
msg = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user