Browse Source

config for reduced initial iv head entropy

Shelikhoo 3 years ago
parent
commit
dbacf9a6c5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      proxy/shadowsocks/config.proto

+ 1 - 0
proxy/shadowsocks/config.proto

@@ -16,6 +16,7 @@ message Account {
   CipherType cipher_type = 2;
 
   bool iv_check = 3;
+  bool experiment_reduced_iv_head_entropy = 90001;
 }
 
 enum CipherType {