Attention is currently required from: laforge, pespin.
1 comment:
Patchset:
I'm wondering why we use 64k if the kernel default (at least on my system) would be > 200k. […]
As stated in the commit message, 65536 is what Erlang/OTP is setting by default for the `SNDBUF`. I am fine with using a higher value, I can also implement reading the default from procfs.
Is my understanding correct that there exist no SCTP specific but global defaults in Linux? If so, I could just use `212992`, which is the default for 64-bit Linux as explained in https://unix.stackexchange.com/questions/424380/what-values-may-linux-use-for-the-default-unix-socket-buffer-size.
To view, visit change 40019. To unsubscribe, or for help writing mail filters, visit settings.