View Source Zenohex.Publisher.Options (Zenohex v0.2.0)

Documentation for Elixir.Zenohex.Publisher.Options.

Used by Zenohex.Session.declare_publisher/3.

Summary

Types

@type congestion_control() :: :drop | :block
@type priority() ::
  :real_time
  | :interactive_high
  | :interactive_low
  | :data_high
  | :data
  | :data_low
  | :background
@type t() :: %Zenohex.Publisher.Options{
  congestion_control: congestion_control(),
  priority: priority()
}