Increase REALITY target TLS record buffer to 17 KiB (#33)

Fixes https://github.com/XTLS/Xray-core/issues/6356
This commit is contained in:
fan yang
2026-09-08 04:29:18 +00:00
committed by GitHub
parent 9234c772ba
commit 393f8de3ee
+1 -1
View File
@@ -137,7 +137,7 @@ func NewRatelimitedConn(conn net.Conn, limit *LimitFallback) net.Conn {
}
var (
size = 8192
size = 17 * 1024
empty = make([]byte, size)
types = [7]string{
"Server Hello",