Skip to content

Commit

Permalink
Increase potential size of data channel label (see #3265)
Browse files Browse the repository at this point in the history
  • Loading branch information
lminiero committed Aug 29, 2023
1 parent 2d915e4 commit fe1700b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sctp.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ typedef struct janus_sctp_channel {
/*! \brief SCTP channel ID */
uint32_t id;
/*! \brief SCTP channel label */
char label[64];
char label[128];
/*! \brief SCTP protocol */
char protocol[64];
/*! \brief Value of the PR-SCTP policy (http://tools.ietf.org/html/rfc6458) */
Expand Down

0 comments on commit fe1700b

Please sign in to comment.