</tune>
It is said in the patch[2] that when we set sndbuf=0, we actually set it to 0xffffffff.
How to check if it is set successfully? I have checked the below files, the value didn't change after I start a vm with sndbuf=0
# grep . /proc/sys/net/core/*mem_default
/proc/sys/net/core/rmem_default:212992
/proc/sys/net/core/wmem_default:212992
And from the doc[3]: "The default value is set by the /proc/sys/net/core/wmem_default file and the maximum allowed value is set by the /proc/sys/net/core/wmem_max file."