Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以我有一个服务器,用 Common Lisp 编写,在 Clisp 解释器中运行。当客户端连接到上述服务器时,我需要一种获取其 IP 地址的方法。是一个允许我这样做的功能吗?Google-Fu 产生的结果有限。提前致谢。
SOCKET:SOCKET-STREAM-PEER会做你想做的事。