mirror of
https://github.com/telemt/telemt.git
synced 2026-06-18 17:08:29 +03:00
Reducing hot-path allocs + duplicate telemetry touchs
Signed-off-by: Alexey <247128645+axkurcom@users.noreply.github.com>
This commit is contained in:
@@ -378,6 +378,7 @@ impl MePool {
|
||||
iv: hs.write_iv,
|
||||
seq_no: 0,
|
||||
crc_mode: hs.crc_mode,
|
||||
frame_buf: Vec::new(),
|
||||
};
|
||||
let writer = MeWriter {
|
||||
id: writer_id,
|
||||
|
||||
Reference in New Issue
Block a user