don't make LRCM grow in size

pull/3/head
Jeff Becker 6 years ago
parent 9b2bcfc22e
commit 86f16ff090
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -257,7 +257,7 @@ namespace llarp
// we pop the front element it was ours
self->frames.pop_front();
// put our response on the end
self->frames.emplace_back(sz);
self->frames.emplace_back(sz - EncryptedFrame::OverheadSize);
// random junk for now
self->frames.back().Randomize();

Loading…
Cancel
Save