mirror of https://github.com/sipwise/kamailio.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
224 lines
5.1 KiB
224 lines
5.1 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- this file is autogenerated, do not edit! -->
|
|
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
|
|
<chapter id="config_vars.sctp">
|
|
<title> Configuration Variables for sctp</title>
|
|
|
|
|
|
<section id="sctp.socket_rcvbuf">
|
|
<title>sctp.socket_rcvbuf</title>
|
|
<para>
|
|
socket receive buffer size (read-only).
|
|
</para>
|
|
<para>Range: 512 - 102400.</para>
|
|
<para>Type: integer.</para>
|
|
<para>
|
|
Read-only.
|
|
</para>
|
|
</section>
|
|
|
|
<section id="sctp.socket_sndbuf">
|
|
<title>sctp.socket_sndbuf</title>
|
|
<para>
|
|
socket send buffer size (read-only).
|
|
</para>
|
|
<para>Range: 512 - 102400.</para>
|
|
<para>Type: integer.</para>
|
|
<para>
|
|
Read-only.
|
|
</para>
|
|
</section>
|
|
|
|
<section id="sctp.autoclose">
|
|
<title>sctp.autoclose</title>
|
|
<para>
|
|
seconds before closing and idle connection (must be non-zero).
|
|
</para>
|
|
<para>Range: 1 - 1073741824.</para>
|
|
<para>Type: integer.</para>
|
|
<para>
|
|
</para>
|
|
</section>
|
|
|
|
<section id="sctp.send_ttl">
|
|
<title>sctp.send_ttl</title>
|
|
<para>
|
|
milliseconds before aborting a send.
|
|
</para>
|
|
<para>Range: 0 - 1073741824.</para>
|
|
<para>Type: integer.</para>
|
|
<para>
|
|
</para>
|
|
</section>
|
|
|
|
<section id="sctp.send_retries">
|
|
<title>sctp.send_retries</title>
|
|
<para>
|
|
re-send attempts on failure.
|
|
</para>
|
|
<para>Range: 0 - 9.</para>
|
|
<para>Type: integer.</para>
|
|
<para>
|
|
</para>
|
|
</section>
|
|
|
|
<section id="sctp.assoc_tracking">
|
|
<title>sctp.assoc_tracking</title>
|
|
<para>
|
|
connection/association tracking (see also assoc_reuse).
|
|
</para>
|
|
<para>Range: 0 - 1.</para>
|
|
<para>Type: integer.</para>
|
|
<para>
|
|
</para>
|
|
</section>
|
|
|
|
<section id="sctp.assoc_reuse">
|
|
<title>sctp.assoc_reuse</title>
|
|
<para>
|
|
connection/association reuse (for now used only for replies),
|
|
depends on assoc_tracking being set.
|
|
</para>
|
|
<para>Range: 0 - 1.</para>
|
|
<para>Type: integer.</para>
|
|
<para>
|
|
</para>
|
|
</section>
|
|
|
|
<section id="sctp.max_assocs">
|
|
<title>sctp.max_assocs</title>
|
|
<para>
|
|
maximum allowed open associations (-1 = disable, as many as
|
|
allowed by the OS).
|
|
</para>
|
|
<para>Type: integer.</para>
|
|
<para>
|
|
</para>
|
|
</section>
|
|
|
|
<section id="sctp.srto_initial">
|
|
<title>sctp.srto_initial</title>
|
|
<para>
|
|
initial value of the retr. timeout, used in RTO calculations,
|
|
in msecs.
|
|
</para>
|
|
<para>Range: 0 - 1073741824.</para>
|
|
<para>Type: integer.</para>
|
|
<para>
|
|
</para>
|
|
</section>
|
|
|
|
<section id="sctp.srto_max">
|
|
<title>sctp.srto_max</title>
|
|
<para>
|
|
maximum value of the retransmission timeout (RTO), in msecs.
|
|
</para>
|
|
<para>Range: 0 - 1073741824.</para>
|
|
<para>Type: integer.</para>
|
|
<para>
|
|
</para>
|
|
</section>
|
|
|
|
<section id="sctp.srto_min">
|
|
<title>sctp.srto_min</title>
|
|
<para>
|
|
minimum value of the retransmission timeout (RTO), in msecs.
|
|
</para>
|
|
<para>Range: 0 - 1073741824.</para>
|
|
<para>Type: integer.</para>
|
|
<para>
|
|
</para>
|
|
</section>
|
|
|
|
<section id="sctp.asocmaxrxt">
|
|
<title>sctp.asocmaxrxt</title>
|
|
<para>
|
|
maximum retransmission attempts per association.
|
|
</para>
|
|
<para>Range: 0 - 1024.</para>
|
|
<para>Type: integer.</para>
|
|
<para>
|
|
</para>
|
|
</section>
|
|
|
|
<section id="sctp.init_max_attempts">
|
|
<title>sctp.init_max_attempts</title>
|
|
<para>
|
|
max INIT retransmission attempts.
|
|
</para>
|
|
<para>Range: 0 - 1024.</para>
|
|
<para>Type: integer.</para>
|
|
<para>
|
|
</para>
|
|
</section>
|
|
|
|
<section id="sctp.init_max_timeo">
|
|
<title>sctp.init_max_timeo</title>
|
|
<para>
|
|
max INIT retransmission timeout (RTO max for INIT), in msecs.
|
|
</para>
|
|
<para>Range: 0 - 1073741824.</para>
|
|
<para>Type: integer.</para>
|
|
<para>
|
|
</para>
|
|
</section>
|
|
|
|
<section id="sctp.hbinterval">
|
|
<title>sctp.hbinterval</title>
|
|
<para>
|
|
heartbeat interval in msecs.
|
|
</para>
|
|
<para>Range: 0 - 1073741824.</para>
|
|
<para>Type: integer.</para>
|
|
<para>
|
|
</para>
|
|
</section>
|
|
|
|
<section id="sctp.pathmaxrxt">
|
|
<title>sctp.pathmaxrxt</title>
|
|
<para>
|
|
maximum retransmission attempts per path.
|
|
</para>
|
|
<para>Range: 0 - 1024.</para>
|
|
<para>Type: integer.</para>
|
|
<para>
|
|
</para>
|
|
</section>
|
|
|
|
<section id="sctp.sack_delay">
|
|
<title>sctp.sack_delay</title>
|
|
<para>
|
|
time since the last received packet before sending a SACK, in
|
|
msecs.
|
|
</para>
|
|
<para>Range: 0 - 1073741824.</para>
|
|
<para>Type: integer.</para>
|
|
<para>
|
|
</para>
|
|
</section>
|
|
|
|
<section id="sctp.sack_freq">
|
|
<title>sctp.sack_freq</title>
|
|
<para>
|
|
number of received packets that trigger the sending of a SACK.
|
|
</para>
|
|
<para>Range: 0 - 1024.</para>
|
|
<para>Type: integer.</para>
|
|
<para>
|
|
</para>
|
|
</section>
|
|
|
|
<section id="sctp.max_burst">
|
|
<title>sctp.max_burst</title>
|
|
<para>
|
|
maximum burst of packets that can be emitted by an association.
|
|
</para>
|
|
<para>Range: 0 - 1024.</para>
|
|
<para>Type: integer.</para>
|
|
<para>
|
|
</para>
|
|
</section>
|
|
|
|
</chapter>
|