Constant MAX_TRANSFER_SIZE
pub const MAX_TRANSFER_SIZE: u64 = 8192; // 8_192u64
Expand description
The maximum I/O size that is allowed for read/write operations using byte vectors.
pub const MAX_TRANSFER_SIZE: u64 = 8192; // 8_192u64
The maximum I/O size that is allowed for read/write operations using byte vectors.