Explorar el Código

add reduced iv head entropy to simplified config

Shelikhoo hace 4 años
padre
commit
d8f36941a8
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      proxy/shadowsocks/simplified/config.proto

+ 1 - 0
proxy/shadowsocks/simplified/config.proto

@@ -28,4 +28,5 @@ message ClientConfig {
   uint32 port = 2;
   string method = 3;
   string password = 4;
+  bool experiment_reduced_iv_head_entropy = 90001;
 }