for net.Conn interface
(t time.Time)
| 121 | |
| 122 | // for net.Conn interface |
| 123 | func (s *tcpStream) SetDeadline(t time.Time) error { |
| 124 | verbose("SetDeadline not implemented for TCP streams, ignoring") |
| 125 | return nil |
| 126 | } |
| 127 | |
| 128 | // for net.Conn interface |
| 129 | func (s *tcpStream) SetReadDeadline(t time.Time) error { |