6: Echo

 6: 에코(메아리)

 This option carries information that the receiving TCP may send back in a subsequent TCP Echo Reply option (see below).  A TCP may send the TCP Echo option in any segment, but only if a TCP Echo option was received in a SYN segment for the connection. When the TCP echo option is used for RTT measurement, it will be included in data segments, and the four information bytes will define the time at which the data segment was transmitted in any format convenient to the sender (see RFC 1072 [4]).

   이 옵션 값은 TCP 에코 릴레이(교대) 옵션 값을 받았을 때 다시 전송하는 자료를 담아 보낼 때 쓰여 집니다. TCP TCP 에코 옵션 값을 어떤 세그먼트(세그먼트)에 넣어서 보낼 수 있습니다만 연결을 위해서 SYN 세그먼트 내에서 TCP 에코를 받았을 때에만 가능합니다.

 The Echo option is generally not used in practice -- it is obsoleted by the Timestamp option.  However, for transparency it is desirable that a compression scheme be able to transport it.  (However, there is no benefit in attempting any treatment more sophisticated than viewing it as a generic 'option').

   에코 옵션은 일반적으로 실제 쓰이지 않습니다타임스탬프(시간도장) 옵션으로 대체되었습니다. 하지만 투명성을 위해서 압축된 틀 안에서 전송되는 것이 바람직합니다. (하지만, 일반적인선택사항으로 간주하는 거 보다 더 정교한 취급으로 얻어지는 이득은 없습니다.)

Posted by 카켈