[Openvpn-devel] [HACK/PATCH] Prioritize TCP ACKs

2005-11-24 Thread Nielsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Here's a hack of a patch which puts nice TOS bits on TCP ACK packets. This allows you to use pf or another firewall to prioritize the resulting openvpn traffic in the way you normally do over asynchronous connections. Certaintly no need to put this in

[Openvpn-devel] [PATCH] Allow dynamic choice of source port

2005-11-24 Thread Nielsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 As it is openvpn has no way to allow the kernel to dynamically choose a source port for it's connections. If you have two openvpn client processes on the same machine both you have to configure lport to different ports manually. This patch allows you t

[Openvpn-devel] [PATCH] Openvpn --pass-tos on FreeBSD

2005-11-24 Thread Nielsen
The attached patch makes the --pass-tos option work on FreeBSD. If included in OpenVPN a configure test would probably be necessary. This is one of several things we modified in OpenVPN while evaluating it for deployment. Thought I'd share the fixes. Cheers, Nate Nielsen diff -U3 ../openvpn-2.0.o

Re: [Openvpn-devel] OpenVPN AutoConf macro bug

2005-11-24 Thread James Yonan
On Tue, 22 Nov 2005, David Stipp wrote: > Hi all, > > There's a bug in the autoconf macros that cause the compile to fail on > Sun Studio 9. One of the tests (empty array support) is not escaped > properly, so the macro int bar[0] expands to int bar0, which won't > exactly test what it needs to