for net.Conn interface
(t time.Time)
| 133 | |
| 134 | // for net.Conn interface |
| 135 | func (s *tcpStream) SetWriteDeadline(t time.Time) error { |
| 136 | verbose("SetWriteDeadline not implemented for TCP streams, ignoring") |
| 137 | return nil |
| 138 | } |
| 139 | |
| 140 | // for net.Conn interface |
| 141 | func (s *tcpStream) LocalAddr() net.Addr { |