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)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |