Re: [Openvpn-devel] openvpn FreeBSD kqueue

2011-02-07 Thread Roman Vasilyev
Hi, seems like I had email problems, and lost openvpn mail list, just want to double check that my patch was sent here. On 01/17/2011 12:39 PM, Roman Vasilyev wrote: Hi, I want to try FreeBSD with OpenVPN on high load, checked event. found that it can work only with epoll, just want to ask

Re: [Openvpn-devel] openvpn FreeBSD kqueue

2011-01-17 Thread Roman Vasilyev
after vpn deployment on FreeBSD without kqueue support, I want to add code for kqueue and will send here patches and profiling results. On 01/17/2011 01:23 PM, Gert Doering wrote: Hi, On Mon, Jan 17, 2011 at 12:39:43PM -0800, Roman Vasilyev wrote: I want to try FreeBSD with OpenVPN on high

Re: [Openvpn-devel] openvpn FreeBSD kqueue

2011-01-17 Thread Gert Doering
Hi, On Mon, Jan 17, 2011 at 12:39:43PM -0800, Roman Vasilyev wrote: > I want to try FreeBSD with OpenVPN on high load, checked event.c ??? > found that it can work only with epoll, just want to ask is it possible > to use kqueue in openvpn? > If not, what people thinking if I'll add this support