Attention is currently required from: laforge, pespin.
fixeria has posted comments on this change by fixeria. ( https://gerrit.osmocom.org/c/erlang/osmo-s1gw/+/40019?usp=email )
Change subject: sctp_{client,server}: set sndbuf/recbuf explicitly ......................................................................
Patch Set 2:
(1 comment)
Patchset:
PS2:
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-fo....