[Bro-Dev] #905: Need tcp_max_initial_window to be redefinable

Bro Tracker bro at tracker.bro-ids.org
Mon Oct 22 00:51:54 PDT 2012


#905: Need tcp_max_initial_window to be redefinable
------------------------+---------------------
 Reporter:  carsten     |       Type:  Problem
   Status:  new         |   Priority:  Normal
Milestone:  Bro2.2      |  Component:  Bro
  Version:  git/master  |   Keywords:
------------------------+---------------------
 In my scripts, I must redefine tcp_max_initial_window from scripts/base
 /init-bare.bro.
 Currently I have to patch the source for doing it, as the constant is not
 redefinable from a script. The fun thing is: the documentation even says
 "Set to zero to turn off this determination.", which you currently cannot
 do from scripts.

 Please change inside scripts/base/init-bare.bro from
     const tcp_max_initial_window = 4096;
 to
     const tcp_max_initial_window = 4096 &redef;

-- 
Ticket URL: <http://tracker.bro-ids.org/bro/ticket/905>
Bro Tracker <http://tracker.bro-ids.org/bro>
Bro Issue Tracker



More information about the bro-dev mailing list