solana/sdk/src/packet.rs

3 lines
89 B
Rust
Raw Normal View History

2018-11-16 08:04:46 -08:00
/// Maximum over-the-wire size of a Transaction
pub const PACKET_DATA_SIZE: usize = 512;