답변:
RTO는 네트워크 조건에 따라 자체 조정되므로 초기 설정은 전체 성능에 큰 영향을 미치지 않습니다. RTO를 변경하면 RTO를 1 초로 설정할 수 있습니다.
RFC 1122 에서 이에 대한 논의가 있습니다 .
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 은 제안 된 업데이트 (2011 년 6 월 게시)로, RTO 를 더 낮은 값 (1 초 이상)으로 초기화 할 수 있으며 1 초를 합리적인 초기 값으로 정당화하는 데이터를 포함하는 부록을 포함합니다.