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.
105 lines
2.7 KiB
105 lines
2.7 KiB
Configuration Variables for sctp
|
|
================================
|
|
|
|
[ this file is autogenerated, do not edit ]
|
|
|
|
|
|
1. sctp.socket_rcvbuf
|
|
socket receive buffer size (read-only).
|
|
Range: 512 - 102400.
|
|
Type: integer. Read-only.
|
|
|
|
2. sctp.socket_sndbuf
|
|
socket send buffer size (read-only).
|
|
Range: 512 - 102400.
|
|
Type: integer. Read-only.
|
|
|
|
3. sctp.autoclose
|
|
seconds before closing and idle connection (must be non-zero).
|
|
Range: 1 - 1073741824.
|
|
Type: integer.
|
|
|
|
4. sctp.send_ttl
|
|
milliseconds before aborting a send.
|
|
Range: 0 - 1073741824.
|
|
Type: integer.
|
|
|
|
5. sctp.send_retries
|
|
re-send attempts on failure.
|
|
Range: 0 - 9.
|
|
Type: integer.
|
|
|
|
6. sctp.assoc_tracking
|
|
connection/association tracking (see also assoc_reuse).
|
|
Range: 0 - 1.
|
|
Type: integer.
|
|
|
|
7. sctp.assoc_reuse
|
|
connection/association reuse (for now used only for replies),
|
|
depends on assoc_tracking being set.
|
|
Range: 0 - 1.
|
|
Type: integer.
|
|
|
|
8. sctp.max_assocs
|
|
maximum allowed open associations (-1 = disable, as many as
|
|
allowed by the OS).
|
|
Type: integer.
|
|
|
|
9. sctp.srto_initial
|
|
initial value of the retr. timeout, used in RTO calculations,
|
|
in msecs.
|
|
Range: 0 - 1073741824.
|
|
Type: integer.
|
|
|
|
10. sctp.srto_max
|
|
maximum value of the retransmission timeout (RTO), in msecs.
|
|
Range: 0 - 1073741824.
|
|
Type: integer.
|
|
|
|
11. sctp.srto_min
|
|
minimum value of the retransmission timeout (RTO), in msecs.
|
|
Range: 0 - 1073741824.
|
|
Type: integer.
|
|
|
|
12. sctp.asocmaxrxt
|
|
maximum retransmission attempts per association.
|
|
Range: 0 - 1024.
|
|
Type: integer.
|
|
|
|
13. sctp.init_max_attempts
|
|
max INIT retransmission attempts.
|
|
Range: 0 - 1024.
|
|
Type: integer.
|
|
|
|
14. sctp.init_max_timeo
|
|
max INIT retransmission timeout (RTO max for INIT), in msecs.
|
|
Range: 0 - 1073741824.
|
|
Type: integer.
|
|
|
|
15. sctp.hbinterval
|
|
heartbeat interval in msecs.
|
|
Range: 0 - 1073741824.
|
|
Type: integer.
|
|
|
|
16. sctp.pathmaxrxt
|
|
maximum retransmission attempts per path.
|
|
Range: 0 - 1024.
|
|
Type: integer.
|
|
|
|
17. sctp.sack_delay
|
|
time since the last received packet before sending a SACK, in
|
|
msecs.
|
|
Range: 0 - 1073741824.
|
|
Type: integer.
|
|
|
|
18. sctp.sack_freq
|
|
number of received packets that trigger the sending of a SACK.
|
|
Range: 0 - 1024.
|
|
Type: integer.
|
|
|
|
19. sctp.max_burst
|
|
maximum burst of packets that can be emitted by an association.
|
|
Range: 0 - 1024.
|
|
Type: integer.
|
|
|