MCPcopy Create free account
hub / github.com/XTLS/REALITY / SetReadDeadline

Method SetReadDeadline

tls.go:96–98  ·  view source on GitHub ↗
(t time.Time)

Source from the content-addressed store, hash-verified

94}
95
96func (c *MirrorConn) SetReadDeadline(t time.Time) error {
97 return nil
98}
99
100func (c *MirrorConn) SetWriteDeadline(t time.Time) error {
101 return nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected