Maximum Segment Lifetime

Maximum segment lifetime is the time a TCP segment can exist in the internetwork system. It is arbitrarily defined to be 2 minutes long.

The Maximum Segment Lifetime value is used to determine the TIME_WAIT interval (2*MSL)

The command that can be used to many Unix systems determine the TIME_WAIT interval is:

ndd -get /dev/tcp tcp_time_wait_interval

60000 (60 seconds) is a common value.

On most linux systems, this value can be checked by the command below:

sysctl net.ipv4.tcp_fin_timeout

Or simply view the file in /proc:

cat /proc/sys/net/ipv4/tcp_fin_timeout

Famous quotes containing the words maximum and/or lifetime:

    I had a quick grasp of the secret to sanity—it had become the ability to hold the maximum of impossible combinations in one’s mind.
    Norman Mailer (b. 1923)

    During the first formative centuries of its existence, Christianity was separated from and indeed antagonistic to the state, with which it only later became involved. From the lifetime of its founder, Islam was the state, and the identity of religion and government is indelibly stamped on the memories and awareness of the faithful from their own sacred writings, history, and experience.
    Bernard Lewis, U.S. Middle Eastern specialist. Islam and the West, ch. 8, Oxford University Press (1993)