mirror of
https://github.com/fatedier/frp.git
synced 2026-07-30 20:42:55 +08:00
feat: add negotiated binary UDP packets (#5456)
This commit is contained in:
@@ -43,6 +43,7 @@ const (
|
||||
V2TypeNatHoleResp uint16 = 16
|
||||
V2TypeNatHoleSid uint16 = 17
|
||||
V2TypeNatHoleReport uint16 = 18
|
||||
V2TypeUDPPacketBinary uint16 = 19
|
||||
)
|
||||
|
||||
var v2MsgTypeMap = map[uint16]any{
|
||||
|
||||
Reference in New Issue
Block a user