erldns_worker (erldns v6.0.1)

View Source

Worker module that asynchronously accepts a single DNS packet and hands it to a worker process that has a set timeout.

Emits the following telemetry events:

  • [erldns, request, success]
  • [erldns, request, error]
  • [erldns, worker, timeout]

Summary

Functions

code_change(OldVsn, State, Extra)

handle_call(Request, From, State)

handle_cast/2

handle_info(Info, State)

init/1

start_link(Args)

terminate(Reason, State)