首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >以太网转储中的TSV和TSER字段的含义是什么?

以太网转储中的TSV和TSER字段的含义是什么?
EN

Stack Overflow用户
提问于 2010-03-26 23:42:08
回答 1查看 29.1K关注 0票数 11

以太网转储中的TSV和TSER字段的含义是什么?我试着用谷歌搜索,但找不到答案。

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2010-03-27 00:09:15

TSV是Timestamp Value字段。它与序列号一起使用来唯一地标识数据段(因为序列号可以换行)。

TSER是Timestamp Echo Reply字段。这在ACK消息中使用。它保存最后接收到的TSV值的副本。它可用于往返时间估计(RTT =当前时间- TSER)。

这些字段使用RFC 1323 (TCP Extensions for High Performance)进行正式描述

代码语言:javascript
复制
  TCP Timestamps Option (TSopt):

     Kind: 8

     Length: 10 bytes

      +-------+-------+---------------------+---------------------+
      |Kind=8 |  10   |   TS Value (TSval)  |TS Echo Reply (TSecr)|
      +-------+-------+---------------------+---------------------+
          1       1              4                     4

     The Timestamps option carries two four-byte timestamp fields.
     The Timestamp Value field (TSval) contains the current value of
     the timestamp clock of the TCP sending the option.

     The Timestamp Echo Reply field (TSecr) is only valid if the ACK
     bit is set in the TCP header; if it is valid, it echos a times-
     tamp value that was sent by the remote TCP in the TSval field
     of a Timestamps option.  When TSecr is not valid, its value
     must be zero.  The TSecr value will generally be from the most
     recent Timestamp option that was received; however, there are
     exceptions that are explained below.
票数 22
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/2524511

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档