We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello forum people, on my system I have both ethernet and PPP interfaces configured. The services I'm running (http and custom tcp server sockets) actually respond to requests addressed to both IPs. I'm in the need to catch on what local interface remote host is connecting to. Is that possible in TCPNET? I looked into the tcp_info socket structure but I can only see the remote peer IP address.
TIA Andrea
You may use the http_get_info function. It returns a valid MAC address for Ethernet interface and a 00:00:00:00:00:00 for PPP interface.
Franc