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
Hi,
I've made patch for kqueue FreeBSD support, could somebody review it?
diff -Naur openvpn-2.1.4/event.c openvpn-2.1.4.new/event.c
--- openvpn-2.1.4/event.c 2010-10-21 10:37:51.0 -0700
+++ openvpn-2.1.4.new/event.c 2011-01-26 15:11:06.0 -0800
@@ -30,6 +30,10 @@
#include "even
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
Hi,
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 there?
Hi,
my company using openvpn and we have more than 10 IP addresses on
interface cards. And we accepting connections on all this interfaces.
But we need to have statistics how much connections we have on IP
address. In case of "local 0.0.0.0" I'm getting on connection string
$local_1 "0.0.0.0"
Hi,
I'm an Anchorfree employee who is adding new functionality to the HSS
servers. One of my responsibilities is Intrusion Detection.
The best performance for IDS seems to come from embedding Snort into
OpenVPN. In order to achieve this, I have modified OpenVPN to provide
packet handling.