1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-04-14 17:49:15 -04:00

cherry-pick adjustment for uint socket mask

This commit is contained in:
Ye Zhihao
2021-09-10 09:18:26 +01:00
committed by Shelikhoo
parent 27614e56fc
commit 1919d47649
3 changed files with 6 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ import (
)
type SocketConfig struct {
Mark int32 `json:"mark"`
Mark uint32 `json:"mark"`
TFO *bool `json:"tcpFastOpen"`
TProxy string `json:"tproxy"`
AcceptProxyProtocol bool `json:"acceptProxyProtocol"`