【问题标题】:tcp_autocorking and tcp_abc file not found in linux kernel 3.13在 Linux 内核 3.13 中找不到 tcp_autocorking 和 tcp_abc 文件
【发布时间】:2017-04-08 07:36:11
【问题描述】:

我正在努力改变

  • tcp_autocorking

  • tcp_abc

    linux 中的值。我手动尝试更改文件中的值并使用 sysctl 但没有任何效果,因为proc/sys/net/ipv4/ 中的 tcp_autocorking 和 tcp_abc 的相应文件不存在。我正在使用 Ubuntu 14 和 3.13 内核。谢谢!

【问题讨论】:

  • 在内核 4.* 中, proc/sys/net/ipv4/ 中确实存在 tcp_autocorking,但仍然缺少 tcp_abc(适当的字节计数)。

标签: linux tcp linux-kernel ipv4


【解决方案1】:

tcp_abc 被移除 in this commit,在 3.9 中被合并。

【讨论】:

  • 我搞砸了link(真丢脸,这是降价)
  • 为你解决了!
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 2016-02-15
  • 2015-08-30
  • 2017-08-22
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多