mirror of https://github.com/v2ray/v2ray-core
comment out unused const
parent
74938dc428
commit
f2a750a019
|
@ -22,8 +22,8 @@ const (
|
||||||
socks4RequestGranted = 90
|
socks4RequestGranted = 90
|
||||||
socks4RequestRejected = 91
|
socks4RequestRejected = 91
|
||||||
|
|
||||||
authNotRequired = 0x00
|
authNotRequired = 0x00
|
||||||
authGssAPI = 0x01
|
//authGssAPI = 0x01
|
||||||
authPassword = 0x02
|
authPassword = 0x02
|
||||||
authNoMatchingMethod = 0xFF
|
authNoMatchingMethod = 0xFF
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue