|
@@ -102,7 +102,7 @@ impl<'a, H> PacketBuffer<'a, H> {
|
|
|
// Add padding to the end of the ring buffer so that the
|
|
|
// contiguous window is at the beginning of the ring buffer.
|
|
|
*self.metadata_ring.enqueue_one()? = PacketMetadata::padding(contig_window);
|
|
|
- // note(discard): function does not write to the result
|
|
|
+ // note(discard): function does not write to the result
|
|
|
// enqueued padding buffer location
|
|
|
let _buf_enqueued = self.payload_ring.enqueue_many(contig_window);
|
|
|
}
|