mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-19 09:25:28 +00:00
don't make LRCM grow in size
This commit is contained in:
parent
9b2bcfc22e
commit
86f16ff090
@ -257,7 +257,7 @@ namespace llarp
|
|||||||
// we pop the front element it was ours
|
// we pop the front element it was ours
|
||||||
self->frames.pop_front();
|
self->frames.pop_front();
|
||||||
// put our response on the end
|
// put our response on the end
|
||||||
self->frames.emplace_back(sz);
|
self->frames.emplace_back(sz - EncryptedFrame::OverheadSize);
|
||||||
// random junk for now
|
// random junk for now
|
||||||
self->frames.back().Randomize();
|
self->frames.back().Randomize();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user