-
I found that my VPS provider is set some kind of bandwidth limit per one connection to 10 Mbps. But in the same time I can make parallel connections to increase speed up to 100Mbps(It have been tested with iperf3 , see below). So each new connection gives about +10Mbps and 10 connections makes total speed 95-100Mbps, if I increase number of connections further there is no benefits in total speed, but speed of each connection drops a bit with additional parallel connection. Here is iperf3 for 20 parallel connections
This is with only one connection:
I'm using WSTunnel for UDP tunneling of WireGuard traffic. So my idea is to increase WireGuard tunnel speed to possible maximum - 100Mbps, but to achieve this WSTunnel endpoints should use more than one connection to pass WG traffic between them. Is it possible to get more connections in UDP mode? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello, Sadly, it is not possible to do that with wireguard and wstunnel. Wstunnel is going to create a single connection per emitter. If you want to do that, you need to create multiple wireguard interface/tunnel, and after load balance your connections among all those wstunnel interfaces. |
Beta Was this translation helpful? Give feedback.
Hello,
Sadly, it is not possible to do that with wireguard and wstunnel. Wstunnel is going to create a single connection per emitter.
If you want to do that, you need to create multiple wireguard interface/tunnel, and after load balance your connections among all those wstunnel interfaces.