tcp_moderate_rcvbuf

file: /proc/sys/net/ipv4/tcp_moderate_rcvbuf
variable: net.ipv4.tcp_moderate_rcvbuf
Official reference

If set, TCP performs receive buffer auto-tuning, attempting to automatically size the buffer (no greater than tcp_rmem[2]) to match the size required by the path for full throughput. Enabled by default.

source