Lisp Knowledgebase
Title: How to open a TCP/IP stream
ID: 10029
Product: LispWorks, LispWorks for Windows Version: All OS: All | |
Description: In Linux/Allegro the expression is: (setf *tcp-stream* (ipc:open-network-stream :host "193.228.81.173" :port "boss")) In Lispworks the equivalent expression is: (comm:open-tcp-stream "193.228.81.173" "boss") Note that on some platforms you must do (require "comm") first. See the chapter on the COMM package in the LispWorks User Guide and Reference Manual for further information and examples. | |
See Also: Workaround: Patch: | |
Hardware:N/A | |
Summary:How to I open a bidirectional tcp/ip network stream? | |
Bug#: | |
Patch Enhancement#: | |
Reported:5644 |