|
About ::
TODO ::
Blog ::
RSS ::
Old blog ::
Projects ::
GIT ::
Gallery ::
Notes
Thu, 21 Dec 2006
New netchannels release and scalability tests.
iptables -t nat -I POSTROUTING \
-s $rand.$rand.$rand.$rand/255.255.248.0 \
-d $static/$some_wildcard_mask \
--sport $static_num/$some_wildcard_mask \
--dport $static_num/$some_wildcard_mask \
--proto $static_num/$some_wildcard_mask \
-j SNAT --to-source $static_num
$static_num and $some_wildcard_mask are different on each line, but are
the same for different commands.Raw socket and netchannel send/recv performance over gigabit link is the same as described previously. I can not test NAT processing speed itself (I do not have enough test machines :). Userspace trie tests (described here) included 1-2 millions multidimensional wildcards insertions/searches. /devel/networking :: Link / Comments () |