Versions in this module Expand all Collapse all v0 v0.1.1 Apr 6, 2019 Changes in this version type Conn + func (c *Conn) RenewWriteDeadline() error v0.1.0 Mar 30, 2019 Changes in this version + var SyscallConnNotSupported = errors.New("SyscallConn not supported") + type Conn struct + func Wrap(conn Wire, idleTimeout time.Duration) Conn + func (c *Conn) DisableTimeouts() error + func (c Conn) Read(p []byte) (n int, err error) + func (c Conn) ReadvFull(buffers net.Buffers) (n int64, err error) + func (c Conn) Write(p []byte) (n int, err error) + func (c Conn) WritevFull(bufs net.Buffers) (n int64, err error) + type SyscallConner interface + SyscallConn func() (syscall.RawConn, error) + type Wire interface + CloseWrite func() error v0.1.0-rc4 Mar 22, 2019