configuration issues

Jeffrey S. Pokallus pokallus at idaccr.org
Mon Jan 11 11:22:48 PST 1999


Kelly G Le wrote:
> Apparently, the output is
> heavily buffered.
> 
> Kelly

 I unbuffered output (Bro 0.3) by changing line 147 in Stmt.cc
 from:

   d.SetFlush(0);

 to:

  d.SetFlush(1);


jeff



More information about the Bro mailing list