Feature: support vmess udp

This commit is contained in:
Dreamacro
2019-04-25 16:32:15 +08:00
parent 936ea3aa55
commit 762f227512
4 changed files with 20 additions and 2 deletions

View File

@ -57,6 +57,7 @@ const (
// DstAddr store destination address
type DstAddr struct {
UDP bool
AddrType byte
Addr []byte
Port uint