Re: [Openvpn-devel] Please take a second look at "#2 Improve TCP-over-TCP performance"

2017-08-29 Thread Arne Schwabe
Am 29.08.17 um 22:53 schrieb wang yu: > URL  https://community.openvpn.net/openvpn/ticket/2 > > > As I mentioned,the custom TCP protocol(I called FakeTCP) bypasses the > TCP over TCP performance issue.Its helpful when UDP is not > avaliable(being bl

[Openvpn-devel] Please take a second look at "#2 Improve TCP-over-TCP performance"

2017-08-29 Thread wang yu
URL https://community.openvpn.net/openvpn/ticket/2 As I mentioned,the custom TCP protocol(I called FakeTCP) bypasses the TCP over TCP performance issue.Its helpful when UDP is not avaliable(being blocked or being throttled or not well supported by NAT devices). This was your reply: >We are not g

Re: [Openvpn-devel] [PATCH] bash: substitute legacy `` with modern $()

2017-08-29 Thread Gert Doering
Hi, On Tue, Aug 29, 2017 at 06:19:21PM +0200, Jan Just Keijser wrote: > my biggest complaint about the so-called modern $() notation is that it > clashes/confuses the heck out of me when using proper variable usage, > e.g. I find >output=`${SOME_COMMAND} ${SOME_ARGS}` > much better readable

Re: [Openvpn-devel] Solaris 11: t_lpback.sh coredump on AES-GCM

2017-08-29 Thread Gert Doering
Hi Casper, On Tue, Aug 29, 2017 at 03:22:38PM +0200, casper@oracle.com wrote: > I recently run into the same problem as Jens Neuhalfen has reported > more than a year ago in this mailing list. > > As I was somewhat confused why the shipped Solaris openssl version failed, > I looked into that

Re: [Openvpn-devel] [PATCH] bash: substitute legacy `` with modern $()

2017-08-29 Thread Jan Just Keijser
Hi, On 25/08/17 03:41, Antonio Quartulli wrote: On 25/08/17 04:21, David Sommerseth wrote: On 24/08/17 21:18, Gert Doering wrote: (gen-release-tarballs.sh only needs to work on FreeBSD and Linux, and FreeBSD's /bin/sh is sufficiently modern so so it's likely to work - but the test scripts n

Re: [Openvpn-devel] Solaris 11: t_lpback.sh coredump on AES-GCM

2017-08-29 Thread Casper . Dik
I recently run into the same problem as Jens Neuhalfen has reported more than a year ago in this mailing list. As I was somewhat confused why the shipped Solaris openssl version failed, I looked into that issue as I also wanted to run a recent openvpn on Solaris 11.x. After I figured out where