net.Conn.SetDeadline (method)

7 uses

	net (current package)
		dnsclient_unix.go#L189: 			c.SetDeadline(d)
		net.go#L161: 	SetDeadline(t time.Time) error

	net/http
		server.go#L325: 	rwc.SetDeadline(time.Time{})
		socks_bundle.go#L33: 		c.SetDeadline(deadline)
		socks_bundle.go#L34: 		defer c.SetDeadline(socksnoDeadline)
		socks_bundle.go#L48: 				c.SetDeadline(socksaLongTimeAgo)

	crypto/tls
		conn.go#L146: 	return c.conn.SetDeadline(t)