MCPcopy
hub / github.com/monasticacademy/httptap / RemoteAddr

Method RemoteAddr

tcp.go:51–51  ·  view source on GitHub ↗

RemoteAddr is the IP address and port of the subprocess that initiated the connection

()

Source from the content-addressed store, hash-verified

49type TCPRequest interface {
50 // RemoteAddr is the IP address and port of the subprocess that initiated the connection
51 RemoteAddr() net.Addr
52
53 // LocalAddr is the IP address and port that the subprocess was trying to reach
54 LocalAddr() net.Addr

Callers 1

MainFunction · 0.65

Implementers 2

tcpStreamtcp.go

Calls

no outgoing calls

Tested by

no test coverage detected