Skip Navigation Links | |
Exit Print View | |
![]() |
Oracle Solaris Tunable Parameters Reference Manual Oracle Solaris 11 Express 11/10 |
1. Overview of Oracle Solaris System Tuning
2. Oracle Solaris Kernel Tunable Parameters
4. Internet Protocol Suite Tunable Parameters
Where to Find Tunable Parameter Information
Overview of Tuning IP Suite Parameters
Internet Request for Comments (RFCs)
_icmp_err_interval and _icmp_err_burst
TCP/IP Parameters Set in the /etc/system File
TCP Parameters With Additional Cautions
5. Network Cache and Accelerator Tunable Parameters
A. Tunable Parameters Change History
Controls the maximum number of attempts an SCTP endpoint should make at resending an INIT chunk. The SCTP endpoint can use the SCTP initiation structure to override this value.
8
0 to 128
Yes
The number of INIT retransmissions depend on _pa_max_retr. Ideally, _max_init_retr should be less than or equal to _pa_max_retr.
Unstable
Controls the maximum number of retransmissions (over all paths) for an SCTP association. The SCTP association is aborted when this number is exceeded.
10
1 to 128
Yes
The maximum number of retransmissions over all paths depend on the number of paths and the maximum number of retransmission over each path. Ideally, sctp_pa_max_retr should be set to the sum of _pp_max_retr over all available paths. For example, if there are 3 paths to the destination and the maximum number of retransmissions over each of the 3 paths is 5, then _pa_max_retr should be set to less than or equal to 15. (See the Note in Section 8.2, RFC 2960.)
Unstable
Controls the maximum number of retransmissions over a specific path. When this number is exceeded for a path, the path (destination) is considered unreachable.
5
1 to 128
Yes
Do not change this value to less than 5.
Unstable
Controls the maximum value of the congestion window for an SCTP association.
1,048,576
128 to 1,073,741,824
Yes
Even if an application uses setsockopt(3XNET) to change the window size to a value higher than _cwnd_max, the actual window used can never grow beyond _cwnd_max. Thus, _max_buf should be greater than _cwnd_max.
Unstable
Controls the time to live (TTL) value in the IP version 4 header for the outbound IP version 4 packets on an SCTP association.
64
1 to 255
Yes
Generally, you do not need to change this value. Consider increasing this parameter if the path to the destination is likely to span more than 64 hops.
Unstable
Computes the interval between HEARTBEAT chunks to an idle destination, that is allowed to heartbeat.
An SCTP endpoint periodically sends an HEARTBEAT chunk to monitor the reachability of the idle destinations transport addresses of its peer.
30 seconds
0 to 86,400 seconds
Yes
Refer to RFC 2960, section 8.3.
Unstable
Determines when a new secret needs to be generated. The generated secret is used to compute the MAC for a cookie.
2 minutes
0 to 1,440 minutes
Yes
Refer to RFC 2960, section 5.1.3.
Unstable
Determines the initial maximum send size for an SCTP packet including the length of the IP header.
1500 bytes
68 to 65,535
Yes
Increase this parameter if the underlying link supports frame sizes that are greater than 1500 bytes.
Unstable
Sets the time-out value for SCTP delayed acknowledgment (ACK) timer in milliseconds.
100 milliseconds
1 to 60,000 milliseconds
Yes
Refer to RFC 2960, section 6.2.
Unstable
0 (disabled)
0 (disabled) or 1 (enabled)
Yes
Enable this parameter if you want to ignore MTU changes along the path. However, doing so might result in IP fragmentation if the path MTU decreases.
Unstable
Sets the initial slow start threshold for a destination address of the peer.
102,400
1024 to 4,294,967,295
Yes
Refer to RFC 2960, section 7.2.1.
Unstable
Controls the maximum buffer size in bytes. It controls how large the send and receive buffers are set to by an application that uses getsockopt(3SOCKET).
1,048,576
8,192 to 1,073,741,824
Yes
Increase the value of this parameter to match the network link speed if associations are being made in a high-speed network environment.
Unstable
Sets the value of the hop limit in the IP version 6 header for the outbound IP version 6 packets on an SCTP association.
60
0 to 255
Yes
Generally, you do not need to change this value. Consider increasing this parameter if the path to the destination is likely to span more than 60 hops.
Unstable
Sets the lower bound for the retransmission timeout (RTO) in milliseconds for all the destination addresses of the peer.
1,000
500 to 60,000
Yes
Refer to RFC 2960, section 6.3.1.
Unstable
Controls the upper bound for the retransmission timeout (RTO) in milliseconds for all the destination addresses of the peer.
60,000
1,000 to 60,000,000
Yes
Refer to RFC 2960, section 6.3.1.
Unstable
Controls the initial retransmission timeout (RTO) in milliseconds for all the destination addresses of the peer.
3,000
1,000 to 60,000,000
Yes
Refer to RFC 2960, section 6.3.1.
Unstable
60,000
10 to 60,000,000
Yes
Generally, you do not need to change this value. This parameter might be changed in accordance with _rto_max.
Unstable
Controls the maximum number of inbound streams permitted for an SCTP association.
32
1 to 65,535
Yes
Refer to RFC 2960, section 5.1.1.
Unstable
Controls the maximum number of outbound streams permitted for an SCTP association.
32
1 to 65,535
Yes
Refer to RFC 2960, section 5.1.1.
Unstable
Controls the maximum time, in milliseconds, to wait for a SHUTDOWN ACK after having sent a SHUTDOWN chunk.
60,000
0 to 300,000
Yes
Generally, you do not need to change this value. This parameter might be changed in accordance with _rto_max.
Unstable
Sets the limit on the number of segments to be sent in a burst.
4
2 to 8
Yes
You do not need to change this parameter. You might change it for testing purposes.
Unstable
0 (disabled)
0 (disabled) or 1 (enabled)
Yes
The parameter can be enabled if dynamic address reconfiguration is needed. Due to security implications, enable this parameter only for testing purposes.
Unstable