1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-12-26 03:55:26 -05: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