mirror of
https://github.com/XTLS/Xray-core.git
synced 2024-11-22 16:41:29 +00:00
comments typo
Signed-off-by: oftenoccur <ezc5@sina.com>
This commit is contained in:
parent
2843167761
commit
03c20bf3b4
|
@ -44,7 +44,7 @@ type Inbound struct {
|
||||||
Tag string
|
Tag string
|
||||||
// Name of the inbound proxy that handles the connection.
|
// Name of the inbound proxy that handles the connection.
|
||||||
Name string
|
Name string
|
||||||
// User is the user that authencates for the inbound. May be nil if the protocol allows anounymous traffic.
|
// User is the user that authenticates for the inbound. May be nil if the protocol allows anonymous traffic.
|
||||||
User *protocol.MemoryUser
|
User *protocol.MemoryUser
|
||||||
// Conn is actually internet.Connection. May be nil.
|
// Conn is actually internet.Connection. May be nil.
|
||||||
Conn net.Conn
|
Conn net.Conn
|
||||||
|
|
Loading…
Reference in a new issue