[Bro-Dev] [Bro-Commits] [git/bro] topic/robin/log-threads: Finetuning communication CPU usage. (51009b7)

Seth Hall seth at icir.org
Thu Mar 8 18:37:41 PST 2012


On Mar 8, 2012, at 9:13 PM, Robin Sommer wrote:

> --- a/scripts/base/frameworks/cluster/setup-connections.bro
> +++ b/scripts/base/frameworks/cluster/setup-connections.bro
> @@ -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];

Was this an accident?

  .Seth

--
Seth Hall
International Computer Science Institute
(Bro) because everyone has a network
http://www.bro-ids.org/




More information about the bro-dev mailing list