This commit is contained in:
Jeff Becker 2021-04-07 07:07:53 -04:00
parent 1ea77e6a68
commit 8b2ede5fc5
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05
1 changed files with 1 additions and 1 deletions

View File

@ -417,7 +417,7 @@ namespace llarp
continue;
uint64_t counter = bufbe64toh(pkt.data());
sent &= endpoint->QueueOutboundTraffic(
info.txID,
info.rxID,
ManagedBuffer(llarp_buffer_t(pkt.data() + 8, pkt.size() - 8)),
counter,
msg.protocol);