View Source ExLibnice.Mdns (ExLibnice v0.8.0)

Module responsible for executing mDNS queries.

It can be turned off by config :ex_libnice, mdns: false.

Link to this section Summary

Functions

Returns a specification to start this module under a supervisor.

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

@spec query(String.t()) :: :ok
@spec start_link(any()) :: GenServer.on_start()