All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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