mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-30 13:17:11 -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.
|
||||
type AddressFamily int
|
||||
type AddressFamily byte
|
||||
|
||||
const (
|
||||
// AddressFamilyIPv4 represents address as IPv4
|
||||
|
Loading…
Reference in New Issue
Block a user