ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
VPNs work by wrapping one IP packet with another IP packet. What you're seeing is the network stack counting each VPN packet twice: the 1st time when it arrives, and the 2nd time when the "unwrapped" packet is sent back into the network stack for delivery to your app.
This is just a VPN artifact - the bandwidth "on the wire" is not really doubled.