mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-12-26 03:55:26 -05:00
remove duplicated address type def
This commit is contained in:
@@ -6,3 +6,11 @@ const (
|
||||
TransferTypeStream TransferType = 0
|
||||
TransferTypePacket TransferType = 1
|
||||
)
|
||||
|
||||
type AddressType byte
|
||||
|
||||
const (
|
||||
AddressTypeIPv4 AddressType = 1
|
||||
AddressTypeDomain AddressType = 2
|
||||
AddressTypeIPv6 AddressType = 3
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user