rawrtc-data-channel icon indicating copy to clipboard operation
rawrtc-data-channel copied to clipboard

A standalone WebRTC and ORTC data channel implementation.

Results 18 rawrtc-data-channel issues
Sort by recently updated
recently updated
newest added

See the conversation in https://github.com/rawrtc/rawrtc/issues/50 for details.

bug
wontfix

Stop sending data when this event is being raised.

bug

Need to find out what kind of error it indicates. :smirk:

enhancement
question
usrsctp

The SCTP socket is a virtual socket. Thus, `fd_set` cannot be used for it and it cannot be registered on the event loop itself. A normal file descriptor would only...

enhancement

This is a compile-time option atm. However, an application should be able to request that SCTP packets are being traced.

enhancement

To avoid scenarios where we receive an SCTP packet after the transport has been deref'ed, we use SCTPs non-graceful shutdown. However, we *could* wait until all packets have been delivered...

enhancement

See https://github.com/rawrtc/rawrtc/issues/85 for details.

bug

We're currently using `SCTP_SENDER_DRY_EVENT` to get the buffered amount low indicator. Which is far from optimal when it comes to throughput.

bug