Browse Source

Chore: comment text

pull/76/head v2.2.0
xjasonlyu 4 years ago
parent
commit
b95e2794b3
  1. 2
      component/socks5/socks5.go

2
component/socks5/socks5.go

@ -35,7 +35,7 @@ const (
AtypIPv6 Atyp = 0x04
)
// SOCKS reply field as defined in RFC 1928 section 6.
// Reply field as defined in RFC 1928 section 6.
type Reply uint8
func (r Reply) String() string {

Loading…
Cancel
Save