rajch / weave

Simple, resilient multi-host containers networking and more.
https://rajch.github.io/weave/
Apache License 2.0
37 stars 6 forks source link

Query on effect of connlimit on Control plane topology and data plane topology #10

Closed megarajan closed 1 month ago

megarajan commented 2 months ago

If we have n nodes , and have connlimit to default of 100 ,

does it mean control plane topology will have n^2 connections ie a full mesh but data plane topology will have only 100 connections, ie a partial mesh . ?

will increasing connlimit to n^2 , does it mean we move from partial mesh to full mesh in data plane as well ?

rajch commented 2 months ago

This question is better addressed to the weaveworks mesh project, which is what the weave net router uses. I believe the limit applies to both planes.

megarajan commented 2 months ago

ok thanks .