stream: Log rx of sctp notification SCTP_SEND_FAILED

Change-Id: I16d3ed950d4da3b13cca25bcd8f29af0d880c23e
This commit is contained in:
Pau Espin 2022-09-30 14:16:30 +02:00
parent 5dd81f3c63
commit 36a9f3eae8
1 changed files with 3 additions and 0 deletions

View File

@ -1500,6 +1500,9 @@ static int _sctp_recvmsg_wrapper(int fd, struct msgb *msg)
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;