Requiem.QUIC.Config (requiem v0.2.0-rc.0)
Link to this section Summary
Link to this section Functions
Link to this function
enable_dgram(module, enabled, recv_queue_len, send_queue_len)
Specs
enable_dgram(module(), boolean(), non_neg_integer(), non_neg_integer()) :: :ok | {:error, :system_error | :not_found}
Link to this function
enable_early_data(module)
Specs
enable_early_data(module()) :: :ok | {:error, :system_error | :not_found}
Link to this function
enable_hystart(module, v)
Specs
Link to this function
grease(module, grease)
Specs
Link to this function
load_cert_chain_from_pem_file(module, file)
Specs
Link to this function
load_priv_key_from_pem_file(module, file)
Specs
Link to this function
load_verify_locations_from_directory(module, dir)
Specs
Link to this function
load_verify_locations_from_file(module, file)
Specs
Link to this function
set_ack_delay_exponent(module, v)
Specs
set_ack_delay_exponent(module(), non_neg_integer()) :: :ok | {:error, :system_error | :not_found}
Link to this function
set_application_protos(module, protos)
Specs
Link to this function
set_cc_algorithm_name(module, name)
Specs
Link to this function
set_disable_active_migration(module, v)
Specs
Link to this function
set_initial_max_data(module, v)
Specs
set_initial_max_data(module(), non_neg_integer()) :: :ok | {:error, :system_error | :not_found}
Link to this function
set_initial_max_stream_data_bidi_local(module, v)
Specs
set_initial_max_stream_data_bidi_local(module(), non_neg_integer()) :: :ok | {:error, :system_error | :not_found}
Link to this function
set_initial_max_stream_data_bidi_remote(module, v)
Specs
set_initial_max_stream_data_bidi_remote(module(), non_neg_integer()) :: :ok | {:error, :system_error | :not_found}
Link to this function
set_initial_max_stream_data_uni(module, v)
Specs
set_initial_max_stream_data_uni(module(), non_neg_integer()) :: :ok | {:error, :system_error | :not_found}
Link to this function
set_initial_max_streams_bidi(module, v)
Specs
set_initial_max_streams_bidi(module(), non_neg_integer()) :: :ok | {:error, :system_error | :not_found}
Link to this function
set_initial_max_streams_uni(module, v)
Specs
set_initial_max_streams_uni(module(), non_neg_integer()) :: :ok | {:error, :system_error | :not_found}
Link to this function
set_max_ack_delay(module, v)
Specs
set_max_ack_delay(module(), non_neg_integer()) :: :ok | {:error, :system_error | :not_found}
Link to this function
set_max_idle_timeout(module, v)
Specs
set_max_idle_timeout(module(), non_neg_integer()) :: :ok | {:error, :system_error | :not_found}
Link to this function
set_max_udp_payload_size(module, v)
Specs
set_max_udp_payload_size(module(), non_neg_integer()) :: :ok | {:error, :system_error | :not_found}
Link to this function