MCPcopy Create free account
hub / github.com/dan-v/lambda-nat-proxy / RemoteAddr

Method RemoteAddr

internal/socks5/proxy.go:414–416  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

412}
413
414func (sc *streamConn) RemoteAddr() net.Addr {
415 return &net.TCPAddr{IP: net.IPv4(127, 0, 0, 1), Port: 0}
416}
417
418func (sc *streamConn) SetDeadline(t time.Time) error {
419 sc.SetReadDeadline(t)

Calls

no outgoing calls

Tested by

no test coverage detected