TCP receiving window size higher than net.core.rmem_max

后端 未结 2 1740
一个人的身影
一个人的身影 2020-12-31 10:00

I am running iperf measurements between two servers, connected through 10Gbit link. I am trying to correlate the maximum window size that I observe with the sys

2条回答
  •  温柔的废话
    2020-12-31 10:21

    net.ipv4.tcp_rmem takes precedence net.core.rmem_max according to https://serverfault.com/questions/734920/difference-between-net-core-rmem-max-and-net-ipv4-tcp-rmem:

    It seems that the tcp-setting will take precendence over the common max setting


    But I agree with what you say, this seems to conflict with what's written in man tcp, and I can reproduce your findings. Maybe the documentation is wrong? Please find out and comment!

提交回复
热议问题