val int_to_protocol : int -> protocol option
val of_cstruct : Cstruct.t -> (t * Cstruct.t, error) Stdlib.result
val header_of_cstruct : Cstruct.t -> (t * int, error) Stdlib.result
header_of_cstruct buf
attempts to return t, offset
where offset
is the first byte of the payload in buf
.