solana/perf/src
behzad nouri 01a096adc8 adds bitflags to Packet.Meta
Instead of a separate bool type for each flag, all the flags can be
encoded in a type-safe bitflags encoded in a single u8:
https://github.com/solana-labs/solana/blob/d6ec103be/sdk/src/packet.rs#L19-L31
2022-01-04 13:53:40 +00: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
lib.rs don't check x86 features on non-x86 architectures 2021-12-02 08:02:48 -08:00
packet.rs adds bitflags to Packet.Meta 2022-01-04 13:53:40 +00:00
perf_libs.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
recycler.rs Rename Packets to PacketBatch (#21794) 2021-12-11 09:44:15 -05:00
recycler_cache.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
sigverify.rs adds bitflags to Packet.Meta 2022-01-04 13:53:40 +00: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