回答:
RTOはネットワーク条件に自己調整するため、初期設定は全体的なパフォーマンスに大きな影響を与えません。RTOを変更する場合は、1秒に設定できます(ただし、それ以下に設定することはできません)。
The following values SHOULD be used to initialize the estimation parameters for a new connection:
(a) RTT = 0 seconds.
(b) RTO = 3 seconds. (The smoothed variance is to be
initialized to the value that will result in this RTO).
The recommended upper and lower bounds on the RTO are known
to be inadequate on large internets. The lower bound SHOULD
be measured in fractions of a second (to accommodate high
speed LANs) and the upper bound should be 2*MSL, i.e., 240
seconds.
DISCUSSION:
Experience has shown that these initialization values
are reasonable, and that in any case the Karn and
Jacobson algorithms make TCP behavior reasonably
insensitive to the initial parameter choices.
RFC 6298は、RTOをより低い値(ただし1秒以上)に初期化できることを示す更新案(2011年6月公開)であり、1秒を妥当な初期値として正当化するデータを含む付録が含まれています。