libp2p / js-libp2p

The JavaScript Implementation of libp2p networking stack.
https://libp2p.io
Other
2.27k stars 435 forks source link

fix: limit default WebRTC STUN servers to 4x #2615

Closed achingbrain closed 2 weeks ago

achingbrain commented 2 weeks ago

Using 5x or more causes the following error to be printed in the console so only use 4x servers:

WebRTC: Using five or more STUN/TURN servers slows down discovery

Change checklist