solana/perf/src
steviez ec7ca411dd
Make PacketBatch packets vector non-public (#25413)
Upcoming changes to PacketBatch to support variable sized packets will
modify the internals of PacketBatch. So, this change removes usage of
the internal packet struct and instead uses accessors (which are
currently just wrappers of Vector functions but will change down the
road).
2022-05-23 15:30:15 -05:00
..
cuda_runtime.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
data_budget.rs Don't forward packets received from TPU forwards port (#22078) 2021-12-29 19:34:31 +01:00
discard.rs Make PacketBatch packets vector non-public (#25413) 2022-05-23 15:30:15 -05:00
lib.rs sigverify: add discard before dedup (#25388) 2022-05-23 03:40:33 +02:00
packet.rs Make PacketBatch packets vector non-public (#25413) 2022-05-23 15:30:15 -05:00
perf_libs.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
recycler.rs fix recycler free stat report (#23159) 2022-03-03 17:08:59 -06:00
recycler_cache.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
sigverify.rs Make PacketBatch packets vector non-public (#25413) 2022-05-23 15:30:15 -05:00
test_tx.rs discards serialized gossip crds votes if cannot parse tx (#22129) 2021-12-29 19:31:26 +00:00
thread.rs Upgrade to Rust 2021 2021-11-30 20:43:46 -08:00