View Source vdist_entry_decode (erldist_filter v1.1.0)

Link to this section Summary

Link to this section Functions

-spec decode(OldEntry, Input) -> {ok, ControlMessage, MaybePayload, NewEntry, Rest} | {cont, NewEntry}
          when
              OldEntry :: vdist_entry:t(),
              Input :: binary(),
              ControlMessage :: vdist:dop_t(),
              MaybePayload :: vterm:t() | undefined,
              NewEntry :: vdist_entry:t(),
              Rest :: binary().