forked from lx/netapp
add precision to protocol description
This commit is contained in:
parent
8ab6256c3b
commit
18d5abc981
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ use crate::stream::*;
|
|||
// - if error:
|
||||
// - u8: error kind, encoded using error::io_errorkind_to_u8
|
||||
// - rest: error message
|
||||
// - absent for cancel message
|
||||
|
||||
pub(crate) type RequestID = u32;
|
||||
pub(crate) type ChunkLength = u16;
|
||||
|
|
Loading…
Reference in a new issue