If you are not able to find the file itself, you may be able to still run the command. Run the command to see if any output occurs:
sudo sysctl -a kern.ipc.maxsockbuf
It should output the value of 8388608. If not, try the following command:
sudo sysctl -w kern.ipc.maxsockbuf=8388608
... View more