mirror of https://github.com/v2ray/v2ray-core
comments
parent
a1f4f2a39a
commit
66b81a842d
|
@ -31,6 +31,7 @@ type UDPConn = net.UDPConn
|
|||
type UnixAddr = net.UnixAddr
|
||||
type UnixConn = net.UnixConn
|
||||
|
||||
// IP is an alias for net.IP.
|
||||
type IP = net.IP
|
||||
type IPMask = net.IPMask
|
||||
type IPNet = net.IPNet
|
||||
|
|
|
@ -80,8 +80,8 @@ type CommandSwitchAccount struct {
|
|||
Host net.Address
|
||||
Port net.Port
|
||||
ID *uuid.UUID
|
||||
AlterIds uint16
|
||||
Level uint32
|
||||
AlterIds uint16
|
||||
ValidMin byte
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue