Finetuning communication CPU usage.

This commit is contained in:
Robin Sommer 2012-03-08 18:13:17 -08:00
parent 0208dd2844
commit 51009b73bc
3 changed files with 16 additions and 1 deletions

View file

@ -44,7 +44,7 @@ event bro_init() &priority=9
{
if ( n$node_type == WORKER && n$proxy == node )
Communication::nodes[i] =
[$host=n$ip, $connect=F, $class=i, $sync=T, $auth=T, $events=worker2proxy_events];
[$host=n$ip, $connect=F, $class=i, $sync=F, $auth=T, $events=worker2proxy_events];
# accepts connections from the previous one.
# (This is not ideal for setups with many proxies)