1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-29 02:35:23 +00:00
This commit is contained in:
Darien Raymond 2017-10-22 22:45:05 +02:00
parent a1f4f2a39a
commit 66b81a842d
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -80,8 +80,8 @@ type CommandSwitchAccount struct {
Host net.Address
Port net.Port
ID *uuid.UUID
AlterIds uint16
Level uint32
AlterIds uint16
ValidMin byte
}