-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Outbound packet larger than maximum message size 65535 #1396
Labels
bug
Something isn't working
Comments
enobufs
added a commit
to pion/sctp
that referenced
this issue
Sep 8, 2020
Added getter/setter function also Relates to pion/webrtc#1396
enobufs
added a commit
to pion/sctp
that referenced
this issue
Sep 12, 2020
Added getter/setter function also Relates to pion/webrtc#1396
enobufs
added a commit
to pion/sctp
that referenced
this issue
Sep 12, 2020
Added getter/setter function also Relates to pion/webrtc#1396
@Sean-Der I have fixed the default value at pion/sctp@v1.7.10. (the number 1) In the change, I also added:
So that we could accomplish 2 and 3 I mentioned earlier at pion/webrtc (SctpTransport). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Your environment.
What did you do?
Try to send data channel message with length 64KB
What did you expect?
Successfully sent.
What happened?
Errored with:
Here's where the error originates.
There are three problems:
remoteMaxMessageSize
, but this doesn't get propagated to pion/sctpmax-message-size
in SDP.@Sean-Der do we parse
max-message-size
in SDP, and do we send it?The text was updated successfully, but these errors were encountered: