Skip to content

Commit

Permalink
sctp: docs - removed trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Nov 13, 2023
1 parent 3b2a1e0 commit 4f96248
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions src/modules/sctp/doc/sctp_admin.xml
Expand Up @@ -172,7 +172,7 @@ modparam("sctp", "sctp_send_ttl", 10000)
"multiplying" traffic to unresponding hosts.
</para>
<para>
Can be changed at runtime.
Can be changed at runtime.
</para>
<para>
<emphasis>
Expand Down Expand Up @@ -211,7 +211,7 @@ modparam("sctp", "sctp_send_retries", 1)
</para>
<para>
Config options depending on sctp_assoc_tracking being on:
sctp_assoc_reuse.
sctp_assoc_reuse.
</para>
<para>
<emphasis>
Expand Down Expand Up @@ -241,7 +241,7 @@ modparam("sctp", "sctp_assoc_tracking", 0)
rport is turned on (force_rport() or via containing a rport
option), the association will be automatically reused by the
sctp stack. Can be changed at runtime (sctp assoc_reuse), but it
can be turned on only if sctp_assoc_tracking is on.
can be turned on only if sctp_assoc_tracking is on.
</para>
<para>
<emphasis>
Expand Down Expand Up @@ -277,7 +277,7 @@ modparam("sctp", "sctp_assoc_reuse", 0)
association and no packet will be sent. However if
sctp_assoc_tracking is off, the association will first be opened
and then immediately closed. In general this means that the initial
sip packet will be sent (as part of the 4-way handshake).
sip packet will be sent (as part of the 4-way handshake).
</para>
<para>
<emphasis>
Expand All @@ -302,7 +302,7 @@ modparam("sctp", "sctp_max_assocs", 10)
</para>
<para>
Can be changed at runtime (sctp srto_initial) but it will affect
only new associations.
only new associations.
</para>
<para>
<emphasis>
Expand Down Expand Up @@ -331,7 +331,7 @@ modparam("sctp", "sctp_srto_initial", 1000)
</para>
<para>
Can be changed at runtime (sctp srto_max) but it will affect only
new associations.
new associations.
</para>
<para>
<emphasis>
Expand Down Expand Up @@ -363,7 +363,7 @@ modparam("sctp", "sctp_srto_max", 2000)
</para>
<para>
Can be changed at runtime (sctp srto_min) but it will affect only
new associations.
new associations.
</para>
<para>
<emphasis>
Expand All @@ -388,7 +388,7 @@ modparam("sctp", "sctp_srto_min", 800)
</para>
<para>
Can be changed at runtime (sctp asocmaxrxt) but it will affect
only new associations.
only new associations.
</para>
<para>
<emphasis>
Expand All @@ -411,7 +411,7 @@ modparam("sctp", "sctp_asocmaxrxt", 5)
Maximum INIT retransmission attempts.
</para>
<para>
Can be changed at runtime (sctp init_max_attempts).
Can be changed at runtime (sctp init_max_attempts).
</para>
<para>
<emphasis>
Expand All @@ -435,7 +435,7 @@ modparam("sctp", "sctp_init_max_attempts", 3)
milliseconds.
</para>
<para>
Can be changed at runtime (sctp init_max_timeo).
Can be changed at runtime (sctp init_max_timeo).
</para>
<para>
<emphasis>
Expand All @@ -460,7 +460,7 @@ modparam("sctp", "sctp_init_max_timeo", 1000)
</para>
<para>
Can be changed at runtime (sctp hbinterval) but it will affect only
new associations.
new associations.
</para>
<para>
<emphasis>
Expand All @@ -485,7 +485,7 @@ modparam("sctp", "sctp_hbinterval", 2000)
</para>
<para>
Can be changed at runtime (sctp pathmaxrxt) but it will affect
only new associations.
only new associations.
</para>
<para>
<emphasis>
Expand Down Expand Up @@ -517,7 +517,7 @@ modparam("sctp", "sctp_pathmaxrxt", 2)
</para>
<para>
Can be changed at runtime (sctp sack_delay) but it will affect
only new associations.
only new associations.
</para>
<para>
<emphasis>
Expand Down Expand Up @@ -547,7 +547,7 @@ modparam("sctp", "sctp_sack_delay", 400)
</para>
<para>
Can be changed at runtime (sctp sack_freq) but it will affect only
new associations.
new associations.
</para>
<para>
<emphasis>
Expand All @@ -571,7 +571,7 @@ modparam("sctp", "sctp_sack_freq", 3)
</para>
<para>
Can be changed at runtime (sctp max_burst) but it will affect only
new associations.
new associations.
</para>
<para>
<emphasis>
Expand Down

0 comments on commit 4f96248

Please sign in to comment.