Hi,

On Thu, Nov 09, 2017 at 01:16:39AM +0100, Jan Just Keijser wrote:
> Admittedly, not as much as you are seeing but it's definitely there and 
> it is to be expected over a VPN link: during the transfer/throughput 
> test the VPN is encrypting+decrypting like mad, which will affect 
> latency at some point.

With TCP, I expect queueing effects to add up as well - with UDP, 
OpenVPN just throws out the packet, but with TCP, there are kernel
buffers involved, and if there's a packet getting lost, retransmits
(= delay!!).

In other words: TCP is there because in some cases it's unavoidable
because stupid people block UDP access, but as long as UDP works, 
people really should not use TCP.

UDP has even more advantages, like "roaming to new networks and not
losing VPN access" (like --float, automatic in recent 2.3.x servers),
"surviving loss of NAT state in routers / carrier-grade NAT boxes", etc.

gert

-- 
USENET is *not* the non-clickable part of WWW!
                                                           //www.muc.de/~gert/
Gert Doering - Munich, Germany                             g...@greenie.muc.de
fax: +49-89-35655025                        g...@net.informatik.tu-muenchen.de

Attachment: signature.asc
Description: PGP signature

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Openvpn-users mailing list
Openvpn-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-users

Reply via email to