github.com/gotd/td/mtproxy/obfuscator.Conn.SetWriteDeadline (method, view implemented interface methods)
13 uses
github.com/gotd/td/transport
connection.go#L38: if err := c.conn.SetWriteDeadline(time.Time{}); err != nil {
connection.go#L42: if err := c.conn.SetWriteDeadline(deadline); err != nil {
github.com/refraction-networking/utls
conn.go#L160: return c.conn.SetWriteDeadline(t)
crypto/tls
conn.go#L157: return c.conn.SetWriteDeadline(t)
net
net.go#L180: SetWriteDeadline(t time.Time) error
net/http
h2_bundle.go#L3774: conn.SetWriteDeadline(time.Now().Add(timeout))
h2_bundle.go#L3780: conn.SetWriteDeadline(time.Time{})
h2_bundle.go#L4454: sc.conn.SetWriteDeadline(time.Time{})
server.go#L504: return c.conn.rwc.SetWriteDeadline(deadline)
server.go#L995: c.rwc.SetWriteDeadline(time.Now().Add(d))
server.go#L1929: c.rwc.SetWriteDeadline(dl)
server.go#L1949: c.rwc.SetWriteDeadline(time.Time{})
server.go#L2081: c.rwc.SetWriteDeadline(time.Time{})
![]() |
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. |