Hi,

On Thu, Nov 09, 2017 at 01:21:56PM -0500, Selva wrote:
> So I do feel that high latency under load is not a fundamental limitation
> -- probably
> openvpn with --proto tcp is not trying hard to manage the queue smartly?

It isn't.  It's just stuffing packets into the tcp stream as they come
out the tun/tap fd.

What we *could* do is make the socket buffer much smaller and have a
larger internal queue in openvpn, and then do smart stuff, like "move
small packets in front of full-sized TCP packets", "random early drop"
and all that stuff people have done research on over the last 20 years.  

But that's quite a bit of work...

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