You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I attempted to change initialRecvBufSize in association.go to a value larger than 1 * 1024 * 1024 and found that the datachannel hangs if I do so. I'm able to change it to a value less than 1MB and have everything work.
What did you expect?
Expected to be able to tune the receive buffer size to study its impact on throughput
What happened?
Datachannel communication hung soon after data transfer began over the channel.
The text was updated successfully, but these errors were encountered:
gurupras
changed the title
Changing SCTP buffer size
Changing initialRecvBufSize causes datachannel to hang
Aug 10, 2021
Your environment.
Sender Logs
Receiver Logs
What did you do?
I attempted to change
initialRecvBufSize
inassociation.go
to a value larger than1 * 1024 * 1024
and found that the datachannel hangs if I do so. I'm able to change it to a value less than 1MB and have everything work.What did you expect?
Expected to be able to tune the receive buffer size to study its impact on throughput
What happened?
Datachannel communication hung soon after data transfer began over the channel.
The text was updated successfully, but these errors were encountered: