quic_dist_sup (quic v1.3.1)

View Source

Supervisor for QUIC distribution components.

This module supervises: - Session ticket storage (quic_dist_tickets)

Summary

Functions

Start the distribution supervisor.

Start the distribution supervisor with options.

Functions

init(Opts)

start_link()

-spec start_link() -> {ok, pid()} | {error, term()}.

Start the distribution supervisor.

start_link(Opts)

-spec start_link(Opts :: proplists:proplist()) -> {ok, pid()} | {error, term()}.

Start the distribution supervisor with options.