solana/sdk/src/packet.rs

3 lines
89 B
Rust

/// Maximum over-the-wire size of a Transaction
pub const PACKET_DATA_SIZE: usize = 512;