From 517a9acfb9650e496baef83bbf49944fe6c2beb8 Mon Sep 17 00:00:00 2001 From: Robin Sommer Date: Thu, 6 Oct 2011 21:08:42 -0700 Subject: [PATCH] Connection compressor now disabled by default. Addresses #559. --- aux/bro-aux | 2 +- aux/broctl | 2 +- scripts/base/init-bare.bro | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/aux/bro-aux b/aux/bro-aux index 86c6041935..a152760509 160000 --- a/aux/bro-aux +++ b/aux/bro-aux @@ -1 +1 @@ -Subproject commit 86c604193543e0fa85f7edeb132436f3d1b33ac7 +Subproject commit a152760509e63e85360d5512aecf8ee772e9afe1 diff --git a/aux/broctl b/aux/broctl index cf75e03def..190f1c8020 160000 --- a/aux/broctl +++ b/aux/broctl @@ -1 +1 @@ -Subproject commit cf75e03def0f9d6196d2b4d0d2d3a9160a23b112 +Subproject commit 190f1c80206a84443d84b375d1a28e3f1115da71 diff --git a/scripts/base/init-bare.bro b/scripts/base/init-bare.bro index b95a5c3823..8d86e8b547 100644 --- a/scripts/base/init-bare.bro +++ b/scripts/base/init-bare.bro @@ -1392,7 +1392,7 @@ const forward_remote_state_changes = F &redef; const PEER_ID_NONE = 0; ## Whether to use the connection tracker. -const use_connection_compressor = T &redef; +const use_connection_compressor = F &redef; ## Whether compressor should handle refused connections itself. const cc_handle_resets = F &redef;