RemoteAddr is the IP address and port of the subprocess that initiated the connection
()
| 49 | type 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 |