View Source vdist_header_decode (erldist_filter v1.1.0)

Link to this section Summary

Link to this section Types

-type header() ::
    #vdist_normal_header{} |
    #vdist_fragment_header{} |
    #vdist_fragment_cont{} |
    #vdist_pass_through_header{}.

Link to this section Functions

Link to this function

decode_header(EncodedHeader)

View Source
-spec decode_header(bitstring()) -> {ok, header(), bitstring()}.