From 57855d234c1d3f2120d9a88d510a05ecc393ddaf Mon Sep 17 00:00:00 2001 From: RPRX <63339210+RPRX@users.noreply.github.com> Date: Sun, 8 Jun 2025 12:52:15 +0000 Subject: [PATCH] Update README.en.md --- README.en.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/README.en.md b/README.en.md index 2d79d4b..c8e45b7 100644 --- a/README.en.md +++ b/README.en.md @@ -46,20 +46,17 @@ TODO List: TODO "", // If there is this item, the client shortId can be empty "0123456789abcdef" // 0 to f, the length is a multiple of 2, the maximum length is 16 ], - // The two limit below are optional for rate limiting falling REALITY connections. Default are 0 means disabled - // WARNING: Enabling rate limiting may create detectable patterns for Great-Firewall! - // If you're a GUI/panel/one-click script developer, RANDOMIZE these parameters! + // These two limitations below are optional, for rate limiting fallback connections, bytesPerSec's default is 0, which means disabled + // It's a detectable pattern, not recommended to be enabled, RANDOMIZE these parameters if you're a web-panel/one-click-script developer "limitFallbackUpload": { - // Limit upload for falling REALITY connections "afterBytes": 0, // Start throttling after (bytes) "bytesPerSec": 0, // Base speed (bytes/s) - "burstBytesPerSec": 0 // Burst capacity (bytes) + "burstBytesPerSec": 0 // Burst capacity (bytes/s), works only when it is larger than bytesPerSec }, "limitFallbackDownload": { - // Limit download for falling REALITY connections "afterBytes": 0, // Start throttling after (bytes) "bytesPerSec": 0, // Base speed (bytes/s) - "burstBytesPerSec": 0 // Burst capacity (bytes) + "burstBytesPerSec": 0 // Burst capacity (bytes/s), works only when it is larger than bytesPerSec } } } @@ -125,4 +122,4 @@ The REALITY client can perfectly distinguish temporary trusted certificates, rea 1. When the temporary trusted certificate is received, the proxy connection is available and everything is business as usual 2. When the real certificate is received, enter the crawler mode (spiderX) -3. When an invalid certificate is received, TLS alert will be sent and the connection will be disconnected \ No newline at end of file +3. When an invalid certificate is received, TLS alert will be sent and the connection will be disconnected