pub const NFS_REPLY_INITIAL_CAPACITY: usize = 4096;
Initial capacity for the RPC reply buffer Vec<u8>. Sized to hold a typical small-compound response without reallocation.
Vec<u8>