mirror of https://github.com/v2ray/v2ray-core
refine address family type
parent
b4e1240160
commit
087c0c1499
|
@ -22,7 +22,7 @@ var (
|
||||||
)
|
)
|
||||||
|
|
||||||
// AddressFamily is the type of address.
|
// AddressFamily is the type of address.
|
||||||
type AddressFamily int
|
type AddressFamily byte
|
||||||
|
|
||||||
const (
|
const (
|
||||||
// AddressFamilyIPv4 represents address as IPv4
|
// AddressFamilyIPv4 represents address as IPv4
|
||||||
|
|
Loading…
Reference in New Issue