(t time.Time)
| 255 | } |
| 256 | |
| 257 | func (c *localProxyConnection) SetReadDeadline(t time.Time) error { |
| 258 | // ignored since we can't set the read/write Deadlines for the tunnel back to origintunneld |
| 259 | return nil |
| 260 | } |
| 261 | |
| 262 | func (c *localProxyConnection) SetWriteDeadline(t time.Time) error { |
| 263 | // ignored since we can't set the read/write Deadlines for the tunnel back to origintunneld |