socketio / socket.io-p2p

MIT License
1.02k stars 180 forks source link

Determining connection strength between peers? #33

Open verysimplyms opened 7 years ago

verysimplyms commented 7 years ago

Is there any way to determine the connection strength between peers?

For example:

If two users have a speed of 1mb/s between them, then that's a healthy enough speed to keep the connection p2p. But if it were less than that, then obviously keep the connection speed to the socket server.