Documentation ¶
Index ¶
- func CopyWithIdleTimeout(dst net.Conn, src net.Conn, timeout int64) (written int64, err error)
- func ListenAndServe(listen string, handler Handler, logger log15.Logger)
- func ManyGlob(globs []string, str string) (matched bool)
- func Proxy(srvConn, cliConn *net.TCPConn, timeout int64)
- func ReadBufferedBytes(rd *bufio.Reader) (buf []byte, err error)
- func SetDeadlineSeconds(conn net.Conn, seconds int64) (err error)
- func SetReadDeadlineSeconds(conn net.Conn, seconds int64) (err error)
- func SetWriteDeadlineSeconds(conn net.Conn, seconds int64) (err error)
- type Handler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CopyWithIdleTimeout ¶
func ListenAndServe ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.