linux - 内核源码中哪里可以找到SYN-ACK重传的指数退避算法?

标签 linux tcp linux-kernel

负责 SYNACK 重传计时的代码,其形状为 s t= 3 6 12 24 48...

最佳答案

在 Linux 内核 4.6 中,查看 tcp_retransmit_timer()retransmits_timed_out() net/ipv4/tcp_timer.c 中的函数.

关于linux - 内核源码中哪里可以找到SYN-ACK重传的指数退避算法?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37735555/

相关文章:

c++ - 逐步将 gcov 与 CMake 结合使用

c++ - linux 中的 sys/ioctl.h 问题

Python 关闭 TCP 连接

javascript - 火狐扩展 + TCP : "navigator is not defined"

linux - 在 `unzip -l` 时提取 zip 存档中的文件名列表

linux - 如何使用 sed 交换两行?

tcp - 为什么 TCP 限制为 60 字节的 hader?

linux - 如何配置构建与加载内核模块相同的内核模块

c - IIO 设备缓冲区始终为空

c - Linux内核模块中的Write函数被重复调用