pespin has submitted this change. (
https://gerrit.osmocom.org/c/libosmo-netif/+/29542 )
Change subject: stream: Log rx of sctp notification SCTP_SEND_FAILED
......................................................................
stream: Log rx of sctp notification SCTP_SEND_FAILED
Change-Id: I16d3ed950d4da3b13cca25bcd8f29af0d880c23e
---
M src/stream.c
1 file changed, 3 insertions(+), 0 deletions(-)
Approvals:
Jenkins Builder: Verified
neels: Looks good to me, but someone else must approve
laforge: Looks good to me, approved
diff --git a/src/stream.c b/src/stream.c
index 78238b6..383103c 100644
--- a/src/stream.c
+++ b/src/stream.c
@@ -1500,6 +1500,9 @@
break;
}
break;
+ case SCTP_SEND_FAILED:
+ LOGP(DLINP, LOGL_DEBUG, "===> SEND FAILED\n");
+ break;
case SCTP_PEER_ADDR_CHANGE:
LOGP(DLINP, LOGL_DEBUG, "===> PEER ADDR CHANGE\n");
break;
--
To view, visit
https://gerrit.osmocom.org/c/libosmo-netif/+/29542
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-netif
Gerrit-Branch: master
Gerrit-Change-Id: I16d3ed950d4da3b13cca25bcd8f29af0d880c23e
Gerrit-Change-Number: 29542
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged