libp2p / go-libp2p-webrtc-direct

A libp2p transport that enables browser-to-server, and server-to-server, direct communication over WebRTC without requiring signalling servers
MIT License
82 stars 18 forks source link

Update WebRTC for SCTP reliability #21

Closed backkem closed 5 years ago

backkem commented 5 years ago

This enables us to pass the entire go-libp2p-transport/test suite.

Relates to #10

cc pions/sctp#21

backkem commented 5 years ago

Decided to merge for the reliability improvements already realized. Keeping #10 open until the changes land in pions/webrtc master (or v2.0.0).