Hi!
How can I get IP and port of the originatior of incoming tcp/ip connection?
(net-sessions) seems to only provide numerical descriptor now.
Nothing has changed in net-sessions, it always only reported the sockets of currently active connections.
Use (net-peer <socket>) to find out the remote IP and port of a connection.
Lutz
oh! thanks! (probably my very old code was mistaken)