github.com/gotd/td/mtproxy/obfuscator.Conn.SetDeadline (method, view implemented interface methods)

11 uses

	github.com/refraction-networking/utls
		conn.go#L147: 	return c.conn.SetDeadline(t)

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

	golang.org/x/net/internal/socks
		client.go#L27: 		c.SetDeadline(deadline)
		client.go#L28: 		defer c.SetDeadline(noDeadline)
		client.go#L42: 				c.SetDeadline(aLongTimeAgo)

	net
		dnsclient_unix.go#L190: 			c.SetDeadline(d)
		net.go#L168: 	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)