lxlenovostar
lxlenovostar
 Many packages are less than 1500 bytes. How to let the length of the package reach 1500? @tuexen @lgrahl
I can'f find `rawrtc_sctp_transport_set_mtu` in release-0.4.0. which branches you use? Thank you.
I test it again, callback function will call, but it will call after almost 12 minutes. When I close the label in the Chrome, the end messages in rawrtc-demo: ```...
I add `usrsctp_sysctl_set_sctp_assoc_rtx_max_default(5); `in` rawrtc_sctp_transport_create`. default value of sctp_assoc_rtx_max_default(Maximum number of failed retransmissions before the association is aborted) is 10. So I reduce the number of retransmissions to 5. So...
I used to compile and run rawrtc on various devices for P2P with H5. Thank you @lgrahl
I use rawrtc in scenarios of game live.
hi all: I think this is because the implement of Firefox. My PC in a WIFI condition, My PC local ip is: 192.168.1.103, and router ip is:10.8.114.103 ,public ip:36.251.248.186 Another...
How to get logs ? @lgrahl
This is xterm.js issus. https://github.com/xtermjs/xterm.js/issues/1252
I will try to solve it, when I have time.