pespin has submitted this change. ( https://gerrit.osmocom.org/c/libosmo-netif/+/41433?usp=email )
Change subject: cosmetic: Fix typo in doc of osmo_stream_srv_get_sockname()
......................................................................
cosmetic: Fix typo in doc of osmo_stream_srv_get_sockname()
Change-Id: I7655b6cf0f734c07cc5d985dc834f45a97a425bb
---
M src/stream_srv.c
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
osmith: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/src/stream_srv.c b/src/stream_srv.c
index 2e80909..cc32dc7 100644
--- a/src/stream_srv.c
+++ b/src/stream_srv.c
@@ -1235,7 +1235,7 @@
/*! Retrieve the stream server socket description.
* The returned name is stored in a static buffer; it is hence not re-entrant or thread-safe!
- * \param[in] cli Stream Server to examine
+ * \param[in] conn Stream Server to examine
* \returns Socket description or NULL in case of error */
const char *osmo_stream_srv_get_sockname(const struct osmo_stream_srv *conn)
{
--
To view, visit https://gerrit.osmocom.org/c/libosmo-netif/+/41433?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: libosmo-netif
Gerrit-Branch: master
Gerrit-Change-Id: I7655b6cf0f734c07cc5d985dc834f45a97a425bb
Gerrit-Change-Number: 41433
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Attention is currently required from: pespin.
osmith has posted comments on this change by pespin. ( https://gerrit.osmocom.org/c/libosmo-netif/+/41434?usp=email )
Change subject: stream: Support overwriting tx_queue_max_length per srv conn
......................................................................
Patch Set 1: Code-Review+1
--
To view, visit https://gerrit.osmocom.org/c/libosmo-netif/+/41434?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: libosmo-netif
Gerrit-Branch: master
Gerrit-Change-Id: Ibc68612bd8dee4f9b8031ce2c3f5c7ff6bb639e3
Gerrit-Change-Number: 41434
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-CC: Jenkins Builder
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Mon, 17 Nov 2025 10:33:21 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-netif/+/41433?usp=email )
Change subject: cosmetic: Fix typo in doc of osmo_stream_srv_get_sockname()
......................................................................
cosmetic: Fix typo in doc of osmo_stream_srv_get_sockname()
Change-Id: I7655b6cf0f734c07cc5d985dc834f45a97a425bb
---
M src/stream_srv.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-netif refs/changes/33/41433/1
diff --git a/src/stream_srv.c b/src/stream_srv.c
index 2e80909..cc32dc7 100644
--- a/src/stream_srv.c
+++ b/src/stream_srv.c
@@ -1235,7 +1235,7 @@
/*! Retrieve the stream server socket description.
* The returned name is stored in a static buffer; it is hence not re-entrant or thread-safe!
- * \param[in] cli Stream Server to examine
+ * \param[in] conn Stream Server to examine
* \returns Socket description or NULL in case of error */
const char *osmo_stream_srv_get_sockname(const struct osmo_stream_srv *conn)
{
--
To view, visit https://gerrit.osmocom.org/c/libosmo-netif/+/41433?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: libosmo-netif
Gerrit-Branch: master
Gerrit-Change-Id: I7655b6cf0f734c07cc5d985dc834f45a97a425bb
Gerrit-Change-Number: 41433
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>