Attention is currently required from: pespin.
osmith has posted comments on this change by pespin. ( https://gerrit.osmocom.org/c/libosmo-sigtran/+/40012?usp=email )
Change subject: Unify amount of supported rctx items in IE to 128
......................................................................
Patch Set 1: Code-Review+1
--
To view, visit https://gerrit.osmocom.org/c/libosmo-sigtran/+/40012?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: libosmo-sigtran
Gerrit-Branch: master
Gerrit-Change-Id: I703c9e62ed909dc1cd9c3e943612205856edbf2c
Gerrit-Change-Number: 40012
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Mon, 14 Apr 2025 06:02:58 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Hello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/erlang/osmo-s1gw/+/40019?usp=email
to look at the new patch set (#2).
Change subject: sctp_{client,server}: set sndbuf/recbuf explicitly
......................................................................
sctp_{client,server}: set sndbuf/recbuf explicitly
For some reason, Erlang/OTP does overwrite the OS-default
SO_SNDBUF/SO_RCVBUF values even if the respective socket options
are not given to gen_sctp:open/N explicitly. Even worse, the
receive buffer size is set to a very low value (1024), resulting
in major performance issues when dealing with large packets.
Set both sndbuf/recbuf to 65536 explicitly - this is the value
that Erlang/OTP sets for the sndbuf by default. Allow tuning
sndbuf/recbuf via the environment variables.
Change-Id: I66f4a0f6a2441a3c8a4dbd266da8e44a3860b993
Related: SYS#7288
---
M src/osmo_s1gw_sup.erl
1 file changed, 7 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/erlang/osmo-s1gw refs/changes/19/40019/2
--
To view, visit https://gerrit.osmocom.org/c/erlang/osmo-s1gw/+/40019?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newpatchset
Gerrit-Project: erlang/osmo-s1gw
Gerrit-Branch: master
Gerrit-Change-Id: I66f4a0f6a2441a3c8a4dbd266da8e44a3860b993
Gerrit-Change-Number: 40019
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder