mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-hnodeb.git
synced 2025-10-23 08:22:16 +00:00
iuh: Name stream_cli connection
This makes it easier to figure out the conn log lines. Change-Id: I1503b322f8ff053088688b3088a70801d10b3d88
This commit is contained in:
@@ -180,6 +180,7 @@ void hnb_iuh_alloc(struct hnb *hnb)
|
||||
cli = osmo_stream_cli_create(hnb);
|
||||
OSMO_ASSERT(cli);
|
||||
hnb->iuh.client = cli;
|
||||
osmo_stream_cli_set_name(cli, "Iuh");
|
||||
osmo_stream_cli_set_nodelay(cli, true);
|
||||
osmo_stream_cli_set_proto(cli, IPPROTO_SCTP);
|
||||
osmo_stream_cli_set_reconnect_timeout(cli, 5);
|
||||
|
Reference in New Issue
Block a user