fixeria has uploaded this change for review.

View Change

config/sys.config: document available sockopts

Change-Id: Ie6b62839ec1634078b292cdd7e0f2a481ebd83fc
Related: SYS#7653
---
M config/sys.config
1 file changed, 4 insertions(+), 4 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/erlang/osmo-s1gw refs/changes/32/41532/1
diff --git a/config/sys.config b/config/sys.config
index f17dd13..3c8f0f3 100644
--- a/config/sys.config
+++ b/config/sys.config
@@ -10,8 +10,9 @@
laddr => "127.0.1.1",
%% local (bind) port for incoming eNB connections
lport => 36412,
- %% socket options (recbuf, sndbuf, nodelay)
- %% if omitted or left empty, defaults apply
+ %% socket options (if omitted or left empty, defaults apply)
+ %% * recbuf/sndbuf - Rx/Rx buffer size (default: 65536)
+ %% * nodelay - enable (false) / disable (true) the Naggle (default: true)
sockopts => #{ }
}},
%% SCTP client configuration
@@ -22,8 +23,7 @@
raddr => "127.0.2.10",
%% remote port for outgoing connections to the MME
rport => 36412,
- %% socket options (recbuf, sndbuf, nodelay)
- %% if omitted or left empty, defaults apply
+ %% socket options (if omitted or left empty, defaults apply) - see above
sockopts => #{ }
}},
{pfcp_loc_addr, "127.0.1.1"}, %% local address for incoming PFCP PDUs from the UPF

To view, visit change 41532. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: erlang/osmo-s1gw
Gerrit-Branch: master
Gerrit-Change-Id: Ie6b62839ec1634078b292cdd7e0f2a481ebd83fc
Gerrit-Change-Number: 41532
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>