Merge branch 'master' of ssh://git.bro-ids.org/bro

This commit is contained in:
Seth Hall 2011-10-07 02:51:52 -04:00
commit 9e41a7976b
11 changed files with 24 additions and 24 deletions

View file

@ -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;