Skip to content

Commit

Permalink
When label is larger than 64, label is truncated and new context will…
Browse files Browse the repository at this point in the history
… never match (meetecho#3265)
  • Loading branch information
veeting authored and Alexander Malaev committed Oct 5, 2023
1 parent b4ac872 commit d2e4782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/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 d2e4782

Please sign in to comment.