![JAR search and dependency download from the Maven repository](/logo.png)
vendor.github.com.txthinking.socks5.bind.go Maven / Gradle / Ivy
The newest version!
package socks5
import (
"errors"
"net"
)
// TODO
func (r *Request) bind(c net.Conn) error {
return errors.New("Unsupport BIND now")
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy