n42n / n3n

Peer to Peer VPN
https://n3n.dev
85 stars 9 forks source link

When using supernode to transfer data, how to limit the bandwidth of each edge separately to prevent one edge from occupying too much bandwidth of the supernode #53

Open ld-2022 opened 2 weeks ago

hamishcoleman commented 2 weeks ago

There is no built in method to adjust the supernode bandwidth allocation. However, standard traffic shaping tools can be used to enforce fair traffic flows for the encapsulated tunnel traffic being sent from the supernode. Under linux, this would be using the tc command, which has lots of tutorials available