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

SCTP reliability #10

Closed backkem closed 5 years ago

backkem commented 5 years ago

The current SCTP implementation seems to get into trouble because/when the reader starts lagging behind on incoming traffic. Related issues:

TODO