-
True indeed, trivial-sockets does not (as far as I know) provide a common LISTEN/STATUS functionality.
2006-11-15 16:29:42 UTC in CLISP - an ANSI Common Lisp
-
Logged In: YES
user_id=162311
[3]> (trivial-sockets:open-stream "localhost" 12345
:element-type '(unsigned-byte 8))
#
Same behaviour when using socket:socket-connect.
trivial-sockets is just a wrapper.
this is the standard request for more information respons:
1. uname -a: Linux zion 2.6.18-gentoo #1 SMP Mon Oct 23...
2006-11-10 16:59:39 UTC in CLISP - an ANSI Common Lisp
-
If I create a network stream using
(defvar sock (trivial-sockets:open-stream
"localhost" 1235 :element-type '(unsigned-byte 8)))
When running (listen sock) the return value is NIL
whether there is bytes to read or not. I'm not sure if
this is a bug in clisp or that LISTEN shouldn't handle
anything else than character streams but when running
the same code in SBCL (listen sock...
2006-11-10 13:14:16 UTC in CLISP - an ANSI Common Lisp
-
toxicated committed patchset 81 of module senetsv to the Sub-Etha-Network CVS repository, changing 5 files.
2003-05-07 17:50:00 UTC in Sub-Etha-Network
-
toxicated committed patchset 94 of module libsenet to the Sub-Etha-Network CVS repository, changing 6 files.
2003-04-26 18:21:40 UTC in Sub-Etha-Network
-
toxicated committed patchset 80 of module senetsv to the Sub-Etha-Network CVS repository, changing 6 files.
2003-04-26 16:37:18 UTC in Sub-Etha-Network
-
toxicated committed patchset 93 of module libsenet to the Sub-Etha-Network CVS repository, changing 2 files.
2003-04-25 10:31:44 UTC in Sub-Etha-Network
-
toxicated committed patchset 79 of module senetsv to the Sub-Etha-Network CVS repository, changing 6 files.
2003-04-22 19:57:26 UTC in Sub-Etha-Network
-
toxicated committed patchset 92 of module libsenet to the Sub-Etha-Network CVS repository, changing 5 files.
2003-04-22 19:56:52 UTC in Sub-Etha-Network
-
toxicated committed patchset 77 of module senetsv to the Sub-Etha-Network CVS repository, changing 2 files.
2003-04-22 01:02:55 UTC in Sub-Etha-Network