Documentation
¶
Index ¶
- Variables
- type DropConn
- func (d *DropConn) Close() error
- func (d *DropConn) LocalAddr() net.Addr
- func (d *DropConn) Read(b []byte) (n int, err error)
- func (d *DropConn) ReadFrom(b []byte) (n int, addr net.Addr, err error)
- func (d *DropConn) RemoteAddr() net.Addr
- func (d *DropConn) SetDeadline(t time.Time) error
- func (d *DropConn) SetReadDeadline(t time.Time) error
- func (d *DropConn) SetWriteDeadline(t time.Time) error
- func (d *DropConn) Write(b []byte) (n int, err error)
- func (d *DropConn) WriteTo(b []byte, addr net.Addr) (n int, err error)
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type DropConn ¶
type DropConn struct {
// contains filtered or unexported fields
}
func (*DropConn) RemoteAddr ¶
Click to show internal directories.
Click to hide internal directories.