set_transport_options(Ref :: ranch:ref(), TransOpts :: any()) -> ok | {error, running}
ranch:set_transport_options - Set the transport options
set_transport_options(Ref :: ranch:ref(), TransOpts :: any()) -> ok | {error, running}
Set the transport options.
The listener must be suspended for this call to succeed. If the listener is running, {error, running}
will be returned.
The change will take effect when the listener resumes.
The listener name.
The new transport options.
The atom ok
is always returned. It can be safely ignored.
Ref = example, ok = ranch:suspend_listener(Ref), ok = ranch:set_transport_options(Ref, TransOpts), ok = ranch:resume_listener(Ref).
ranch:suspend_listener(3), ranch:resume_listener(3), ranch:get_transport_options(3), ranch:set_max_connections(3), ranch:set_protocol_options(3), ranch(3)
Donate to Loïc Hoguin because his work on Cowboy, Ranch, Gun and Erlang.mk is fantastic:
Recurring payment options are also available via GitHub Sponsors. These funds are used to cover the recurring expenses like food, dedicated servers or domain names.