generate msgid from instead RAND_bytes

This commit is contained in:
orignal
2026-08-08 14:38:11 -04:00
parent 60678683ab
commit 6b100353ba
6 changed files with 9 additions and 18 deletions
+1 -1
View File
@@ -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;