|
|
Some parameters use clock ticks as the unit of measure. The kernel variable HZ represents the number of clock ticks per second. HZ is currently set to 100 in accordance with Intel Binary Compatibility Standard 2 (iBCS2).
The following parameter controls the number of connections:
The default is 30.
The default is 12000.
The default is 2000.
The default is 5.
While sending packets to and receiving packets from an endpoint, SPX calculates the total round-trip time to the remote transport endpoint. If a packet is not acknowledged, a retransmission occurs. The length of time to wait for this acknowledgment is dependent on the calculated round-trip time. If the remote transport endpoint is close, the round-trip time is small, making the connection timeout short.
The default is (HZ >> 1), which is .5 seconds.
The default is (HZ * 5), which is 5 seconds.
The following parameters control WatchEmu:
The default is 1.
The default is (SPX_WATCHEMU_INTERVAL * 2).
The default is 4294967294. It is set to this large number so that SPX will essentially always succeed.