Yutaka Takeda
Yutaka Takeda
@Sean-Der I have fixed the default value at pion/[email protected]. (the number 1) In the change, I also added: * MaxMessageSize param to sctp.Config struct * MaxMessageSize() to sctp.Association * SetMaxMessageSize()...
@Sean-Der @hugoArregui is there any more pending work on this ticket?
@Sean-Der Would that still be a plan in which the diagram we draw would be touched up by someone else? Mermaid is handy wherever it does good but not perfect....
+1 for having a folder at `./content/images`. I am going to use image files for data channel sections. I talked to @Sean-Der a bit about it. We could put all...
Mermaid is good (also other shortcodes) and I'd like to use them also. It's just that many of my diagrams can't be drawn with Mermaid. I'd use Mermaid where possible.
We could potentially get around the breaking change by adding two helper methods to ReceiptionReport: ```go func (*ReceptionReport) SetTotalLostInt32(totalLost int32) {...} func (*ReceptionReport) TotalLostInt32() int32 {...} ``` 2c.
This will be addressed once #183 lands.
@daonb That's what happens when you don't check [bufferedAmount](https://developer.mozilla.org/en-US/docs/Web/API/RTCDataChannel/bufferedAmount). See: https://github.com/pion/webrtc/tree/master/examples/data-channels-flow-control#when-do-we-need-it
Related topic: #77
@daonb It's hard to debug without reproducible case... What I saw: ### Many data channels are used ``` % cat frozen2.log|grep 'data channel' info Deleting data channel 22 info Ading...