MOQX.Transport.Conn.Stream.Send (moqx v0.8.1)

Copy Markdown View Source

Transport send request accepted by a backend.

A send token means the backend accepted the request for scheduling. It is not proof that the peer received the bytes.

Summary

Types

t()

@type t() :: %MOQX.Transport.Conn.Stream.Send{
  byte_size: non_neg_integer(),
  finish?: boolean(),
  ref: reference()
}