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

2017-08-30 Thread Casper . Dik
>Am 30.08.17 um 10:39 schrieb casper@oracle.com: >> >> After I figured out where we went wrong, I filed: 26336744 Solaris specific cleanup code breaks gcm_aes for, e.g., openvpn which has now been fixed in oracle solaris-userland on git hub https://github.com/oracle/solar

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

2017-08-30 Thread Arne Schwabe
Am 30.08.17 um 10:39 schrieb casper@oracle.com: > > >>> After I figured out where we went wrong, I filed: >>> 26336744 Solaris specific cleanup code breaks gcm_aes for, e.g., openvpn >>> which has now been fixed in oracle solaris-userland on git hub >>> https://github.com/oracle/solaris-userl

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

2017-08-30 Thread David Sommerseth
On 30/08/17 13:31, Alberto Gonzalez Rojas wrote: > Hi to all. > Would you please stop put me in copy? Uhm? The mailing list is Cc'ed not you directly. If you don't want to follow the discussions here, please consider to unsubscribe. You can do that from here:

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

2017-08-30 Thread Alberto Gonzalez Rojas
Hi to all. Would you please stop put me in copy? Thank you very much 2017-08-30 13:05 GMT+02:00 wang yu : > Hi,Steven: > > Thats not very similiar to what I was talking about. > > The URL you post,talks about adding UDP headers to TCP packets(by kernel > patch) to make use of "hardware support f

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

2017-08-30 Thread wang yu
Hi,Steven: Thats not very similiar to what I was talking about. The URL you post,talks about adding UDP headers to TCP packets(by kernel patch) to make use of "hardware support for UDP" and other advantages of UDP. I was talking about adding TCP headers to UDP packets(by using raw socket) to se

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

2017-08-30 Thread Steven Haigh
On Wednesday, 30 August 2017 11:49:33 AM AEST Arne Schwabe wrote: > 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 > > T

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

2017-08-30 Thread wang yu
Hi,Arne: Got it.Thank you very much. On Tue, Aug 29, 2017 at 6:49 PM, Arne Schwabe wrote: > 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

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

2017-08-30 Thread Casper . Dik
>> After I figured out where we went wrong, I filed: >> 26336744 Solaris specific cleanup code breaks gcm_aes for, e.g., openvpn >> which has now been fixed in oracle solaris-userland on git hub >> https://github.com/oracle/solaris-userland/tree/master/components/openssl > >Cool, thanks a lot! >