Krarsjok_Van 2021-01-28 17:08 采纳率: 0%
浏览 127

wireshark 如何知道一个报文是快速重传报文

快速重传的触发条件是连续出了三个相同ack的冗余报文。也就是说要有4个相同ack的报文。

只有两个冗余,三个相同ack报文,为什么能触发快速重传呢?

是有其他触发快速重传的条件,还是说wireshark识别错了,其实这条报文不是快速重传报文,只是来得比较慢。

  • 写回答

1条回答 默认 最新

  • 7ACE 2021-09-05 18:10
    关注

    TCP Fast Retransmission

    Set when all of the following are true:

    • This is not a keepalive packet.
    • In the forward direction, the segment size is greater than zero or the SYN or FIN is set.
    • The next expected sequence number is greater than the current sequence number.
    • We have more than two duplicate ACKs in the reverse direction.
    • The current sequence number equals the next expected acknowledgement number.
    • We saw the last acknowledgement less than 20ms ago.
    评论

报告相同问题?

悬赏问题

  • ¥15 js调用html页面需要隐藏某个按钮
  • ¥15 ads仿真结果在圆图上是怎么读数的
  • ¥20 Cotex M3的调试和程序执行方式是什么样的?
  • ¥15 一道python难题3
  • ¥15 牛顿斯科特系数表表示
  • ¥15 arduino 步进电机
  • ¥20 程序进入HardFault_Handler
  • ¥15 oracle集群安装出bug
  • ¥15 关于#python#的问题:自动化测试
  • ¥20 问题请教!vue项目关于Nginx配置nonce安全策略的问题