mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-11-17 18:06:15 -05:00
refine address family type
This commit is contained in:
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
Block a user