Rod Hynes hace 7 años
padre
commit
0183b4a3ea
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      psiphon/common/quic/obfuscator.go

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

@@ -368,7 +368,7 @@ func (conn *ObfuscatedPacketConn) getRandomBytes(b []byte) error {
 
 	if conn.randomStreamCount+int64(len(b)) >= RANDOM_STREAM_LIMIT {
 
-		// Re-key before reaching the 2^38 chacha20 key stream limit.
+		// Re-key before reaching the 2^38-64 chacha20 key stream limit.
 
 		var randomStreamKey [32]byte
 		_, err := rand.Read(randomStreamKey[:])