mirror of
https://github.com/XTLS/Xray-core.git
synced 2026-05-08 14:13:22 +00:00
https://github.com/XTLS/Xray-core/issues/3547#issuecomment-3549896520 https://github.com/XTLS/Xray-core/issues/2635#issuecomment-3570871754
11 lines
221 B
Go
11 lines
221 B
Go
package hysteria
|
|
|
|
import (
|
|
"github.com/xtls/xray-core/transport/internet/hysteria/padding"
|
|
)
|
|
|
|
var (
|
|
tcpRequestPadding = padding.Padding{Min: 64, Max: 512}
|
|
// tcpResponsePadding = padding.Padding{Min: 128, Max: 1024}
|
|
)
|