net/socks5: fix a typo
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>pull/2239/head
parent
084d48d22d
commit
3d777c13b0
|
@ -32,7 +32,7 @@ const (
|
||||||
// that represent the kind of connection the client needs.
|
// that represent the kind of connection the client needs.
|
||||||
type commandType byte
|
type commandType byte
|
||||||
|
|
||||||
// The set of valid SOCKS5 commans as described in RFC 1928.
|
// The set of valid SOCKS5 commands as described in RFC 1928.
|
||||||
const (
|
const (
|
||||||
connect commandType = 1
|
connect commandType = 1
|
||||||
bind commandType = 2
|
bind commandType = 2
|
||||||
|
|
Loading…
Reference in New Issue