mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-04-30 17:38:41 +00:00
Chore: Fix some comments (#3979)
This commit is contained in:
parent
6877ca5201
commit
b98f29bf3e
4 changed files with 12 additions and 8 deletions
|
@ -24,10 +24,10 @@ enum DomainStrategy {
|
|||
}
|
||||
|
||||
message TransportConfig {
|
||||
// Type of network that this settings supports.
|
||||
// Transport protocol name.
|
||||
string protocol_name = 3;
|
||||
|
||||
// Specific settings. Must be of the transports.
|
||||
// Specific transport protocol settings.
|
||||
xray.common.serial.TypedMessage settings = 2;
|
||||
}
|
||||
|
||||
|
@ -43,7 +43,7 @@ message StreamConfig {
|
|||
// Type of security. Must be a message name of the settings proto.
|
||||
string security_type = 3;
|
||||
|
||||
// Settings for transport security. For now the only choice is TLS.
|
||||
// Transport security settings. They can be either TLS or REALITY.
|
||||
repeated xray.common.serial.TypedMessage security_settings = 4;
|
||||
|
||||
SocketConfig socket_settings = 6;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue