Skip to content

max-message-size is not passed to sctp-proto #844

@haikoschol

Description

@haikoschol

IIUC, str0m hard-codes the SDP attribute a=max-message-size to 256 KB. But in RtcSctp::init(), where a SCTP association is created, sctp_proto::config::TransportConfig::with_max_message_size() is not called. Therefore the SCTP layer actually uses its default value of 64 KB.

I'm far from a SDP expert (or WebRTC in general). Is this a bug or am I missing something?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions