trystero icon indicating copy to clipboard operation
trystero copied to clipboard

maximum connections, full mesh vs partial mesh

Open resession opened this issue 1 year ago • 1 comments

what is the maximum connections we can have?

webrtc will not be able to handle too many connections at the same time since you have to connect to each peer separately, lots of usage of resource.

there is "partial mesh" where you forward data to your peers, so if you are indirectly connected with a common peer, then the data and messages still gets sent across the network.

like this https://github.com/lazorfuzz/liowebrtc or https://github.com/geut/discovery-swarm-webrtc

any thoughts on this or scalability? do we know around how many connections trystero can do, is there any maximum limit we know of with trystero?

resession avatar Jun 19 '23 22:06 resession