MCPcopy
hub / github.com/XTLS/REALITY / MirrorConn

Struct MirrorConn

tls.go:64–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64type MirrorConn struct {
65 *sync.Mutex
66 net.Conn
67 Target net.Conn
68}
69
70func (c *MirrorConn) Read(b []byte) (int, error) {
71 c.Unlock()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected