Skip to content

Commit

Permalink
Fix SCTP_SEND_FAILED
Browse files Browse the repository at this point in the history
  • Loading branch information
russagit committed Jun 1, 2020
1 parent 23f2c2c commit 3dd7a4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/proto_sctp/sctp_server.c
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ int proto_sctp_read(struct socket_info *si, int* bytes_read)
sctp_assoc_change_state2s(snp->sn_assoc_change.sac_state));
break;
case SCTP_SEND_FAILED:
su2ip_addr(&ri.src_ip, &ri.src_su);
LM_ERR("SCTP_SEND_FAILED assoc_id: %d, peer ip:%s, "
"peer port:%d, error: %d\n",
snp->sn_send_failed.ssf_assoc_id,
Expand Down

0 comments on commit 3dd7a4c

Please sign in to comment.