webrtc icon indicating copy to clipboard operation
webrtc copied to clipboard

[sctp] `max-message-size` SDP attribute is ignored

Open melekes opened this issue 3 years ago • 3 comments

Refs https://github.com/pion/webrtc/issues/1396

Right now maximum message size is fixed to 65kB. We should respect max-message-size attribute from the remote's SDP.

melekes avatar Oct 19 '22 08:10 melekes

Any clue how hard this would be for a newcomer to patch? If I just fork the repo, could I replace the hardcoded value with my own max message size, or will there likely be side effects that make it more complicated than that?

nathanbabcock avatar Jan 30 '23 00:01 nathanbabcock

Any clue how hard this would be for a newcomer to patch? If I just fork the repo, could I replace the hardcoded value with my own max message size, or will there likely be side effects that make it more complicated than that?

Sure, you can fork the repo and replace the const.

melekes avatar Jan 30 '23 03:01 melekes

Tight. Ty @melekes.

nathanbabcock avatar Jan 30 '23 03:01 nathanbabcock