mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-06-14 20:39:36 +03:00
Chore: Fix some comments (#3979)
This commit is contained in:
@ -342,7 +342,9 @@ func (x *ConnectionReuse) GetEnable() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
// Maximum Transmission Unit, in bytes.
|
||||
// Pre-shared secret between client and server. It is used for traffic obfuscation.
|
||||
// Note that if seed is absent in the config, the traffic will still be obfuscated,
|
||||
// but by a predefined algorithm.
|
||||
type EncryptionSeed struct {
|
||||
state protoimpl.MessageState
|
||||
sizeCache protoimpl.SizeCache
|
||||
|
Reference in New Issue
Block a user