mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-21 16:56:27 -05:00
comments
This commit is contained in:
parent
a1f4f2a39a
commit
66b81a842d
@ -31,6 +31,7 @@ type UDPConn = net.UDPConn
|
|||||||
type UnixAddr = net.UnixAddr
|
type UnixAddr = net.UnixAddr
|
||||||
type UnixConn = net.UnixConn
|
type UnixConn = net.UnixConn
|
||||||
|
|
||||||
|
// IP is an alias for net.IP.
|
||||||
type IP = net.IP
|
type IP = net.IP
|
||||||
type IPMask = net.IPMask
|
type IPMask = net.IPMask
|
||||||
type IPNet = net.IPNet
|
type IPNet = net.IPNet
|
||||||
|
@ -80,8 +80,8 @@ type CommandSwitchAccount struct {
|
|||||||
Host net.Address
|
Host net.Address
|
||||||
Port net.Port
|
Port net.Port
|
||||||
ID *uuid.UUID
|
ID *uuid.UUID
|
||||||
AlterIds uint16
|
|
||||||
Level uint32
|
Level uint32
|
||||||
|
AlterIds uint16
|
||||||
ValidMin byte
|
ValidMin byte
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user