Skip to content
Snippets Groups Projects
  • Yawning Angel's avatar
    bfca92cf
    Various IAT related changes. · bfca92cf
    Yawning Angel authored
     * Unbreak inbound TYPE_PRNG_SEED processing.
    
     * IAT obfuscation is now a per-bridge argument (iat-mode).
       * 0 (default) = Disabled.
       * 1 = Enabled, ScrambleSuit-style with bulk throughput optimizations.
       * 2 = Paranoid, Each IAT write will send a length sampled from the
         length distribution. (EXPENSIVE).
    
    The "iat-mode" argument is mandatory on the Bridge lines, and as a
    ServerTransportOption.  Old statefiles will continue to load and use
    the default value, edit it if your hat is made of tin foil.
    bfca92cf
    History
    Various IAT related changes.
    Yawning Angel authored
     * Unbreak inbound TYPE_PRNG_SEED processing.
    
     * IAT obfuscation is now a per-bridge argument (iat-mode).
       * 0 (default) = Disabled.
       * 1 = Enabled, ScrambleSuit-style with bulk throughput optimizations.
       * 2 = Paranoid, Each IAT write will send a length sampled from the
         length distribution. (EXPENSIVE).
    
    The "iat-mode" argument is mandatory on the Bridge lines, and as a
    ServerTransportOption.  Old statefiles will continue to load and use
    the default value, edit it if your hat is made of tin foil.