Browse Source

comment out unused const

Darien Raymond 8 years ago
parent
commit
f2a750a019
1 changed files with 2 additions and 2 deletions
  1. 2 2
      proxy/socks/protocol.go

+ 2 - 2
proxy/socks/protocol.go

@@ -22,8 +22,8 @@ const (
 	socks4RequestGranted  = 90
 	socks4RequestRejected = 91
 
-	authNotRequired      = 0x00
-	authGssAPI           = 0x01
+	authNotRequired = 0x00
+	//authGssAPI           = 0x01
 	authPassword         = 0x02
 	authNoMatchingMethod = 0xFF