更改 TCP ACK 延迟

更改 TCP ACK 延迟

TCP ACK 描述如下: https://en.wikipedia.org/wiki/TCP_delayed_acknowledgment

我对此了解甚少 - 我只是通过向 Node.js 提交的这张票了解到这一点:

https://github.com/nodejs/node/issues/21091

基本上,我使用 TCP 通过本地主机进行 IPC,但每个请求都会有很大的延迟。

这显然是在 RedHat 上更改延迟的方法:

https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux_for_real_time/7/html/tuning_guide/reducing_the_tcp_delayed_ack_timeout

有没有办法在 Ubuntu 上更改这个设置?

也许就像维基百科文章所说的那样,使用该TCP_QUICKACK选项?

相关内容