Hi all,

I was wondering if any part of the OpenVPN source code parses the IPv4
packet header for source/destination address already in place? I was
thinking that I could possibly solve my multi-threaded packet-reordering
problem instead by associating a udp/tcp connection "stream" with a given
thread in a connection state table for a certain amount of time (similar to
how conntrack works for iptables). Once I redirected UDP port 443 to my
bulk-mode OpenVPN instances it worked much faster compared to my
multi-threaded mode OVPN instances so if I could do that same kind of
static routing based on something unique for the clients connection that
would be kinda cool and I think it would be much easier than implementing
true strict packet ordering on both the client and server threads...

Thanks again for your work and time all,
Jon C
_______________________________________________
Openvpn-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Reply via email to