在linux环境下获取所有与tcp缓冲区相关的配置:
net.ipv4.tcp_mem = 64608 86144 129216
net.ipv4.tcp_wmem = 4096 16384 2756608
net.ipv4.tcp_rmem = 4096 87380 2756608
net.core.wmem_max = 262144
net.core.rmem_max = 1048576
net.core.wmem_default = 262144
net.core.rmem_default = 1048576
net.core开头的配置为网络层通用配置,net.ipv4开头的配置为ipv4使用网络配置。
net.core.wmem_max
网络发送窗口最大上限,单位字节,tcp协议里,