Summary

Types

@type t() :: %TransportTuple{
  local_address: String.t(),
  local_port: integer(),
  protocol: :udp | :tcp,
  remote_ip: String.t(),
  remote_port: integer()
}

Functions

Link to this function

protocol_to_atom(binary)

View Source