So I have a server, written in Common Lisp to be run in the Clisp interpreter. When a client connects to the aforementioned server, I need a way to obtain their IP address. Is a function that would allow me to do this? Google-Fu is yielding limited results. Thanks in advance.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
SOCKET:SOCKET-STREAM-PEER will do what you want. |
|||
|
|