Skip to main content

NFS_REPLY_INITIAL_CAPACITY

Constant NFS_REPLY_INITIAL_CAPACITY 

Source
pub const NFS_REPLY_INITIAL_CAPACITY: usize = 4096;
Expand description

Initial capacity for the RPC reply buffer Vec<u8>. Sized to hold a typical small-compound response without reallocation.