Rod Hynes 4 лет назад
Родитель
Сommit
4a3a9a3701
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      psiphon/common/obfuscator/passthrough.go

+ 1 - 1
psiphon/common/obfuscator/passthrough.go

@@ -35,7 +35,7 @@ import (
 const (
 	TLS_PASSTHROUGH_NONCE_SIZE   = 16
 	TLS_PASSTHROUGH_KEY_SIZE     = 32
-	TLS_PASSTHROUGH_TIME_PERIOD  = 15 * time.Minute
+	TLS_PASSTHROUGH_TIME_PERIOD  = 20 * time.Minute
 	TLS_PASSTHROUGH_MESSAGE_SIZE = 32
 )