Hi,
I had some performance problems with TINC running on Windows XP. I had a
VPN tunnel running over a wireless network to a Linux VPN server. Web
browsing through the tunnel was a pain. Big web pages with lots of
pictures loaded very slow compared to a plain network connection.
When the VPN cli
Teemu Kiviniemi said:
> Hi,
>
> I had some performance problems with TINC running on Windows XP. I had a
> VPN tunnel running over a wireless network to a Linux VPN server. Web
> browsing through the tunnel was a pain. Big web pages with lots of
> pictures loaded very slow compared to a plain ne
> - Generic OpenVPN settings:
> cipher bf-cbc
> dev tap
> tun-mtu 1500
> tun-mtu-extra 32
> - OpenVPN-TCP settings:
> proto tcp-client
> - OpenVPN-UDP settings:
> proto udp
> - OpenVPN-UDP-LZO settings:
> proto udp
> comp-lzo
You could improve the UDP performance of this config with two changes: