add precision to protocol description
continuous-integration/drone/push Build was killed Details
continuous-integration/drone/pr Build was killed Details

This commit is contained in:
Alex 2022-09-13 12:20:49 +02:00
parent 8ab6256c3b
commit 18d5abc981
Signed by: lx
GPG Key ID: 0E496D15096376BE
1 changed files with 1 additions and 0 deletions

View File

@ -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;