From: Enrico Franconi
Subject: Socket in Liquid CL: can you help me?
Date: 
Message-ID: <3422A6E1.C6524683@lfpt.rwth-aachen.de>
Subject: Sockets in  Liquid Common Lisp, can you help me, please?

I'm using Liquid Common Lisp, but I have a problem...
I create a listner with the foreign function (make-tcp-socket).

- (multiple-value-setq (socket sock-addr) (make-tcp-socket port))

I use (accept-tcp-socket ...) and (connect-to-tcp-stream).


This is OK! But: how can I close the listner (created with
make-tcp-socket)?

If I don't close it, I can't restart my process with the same port's
number...


Thanks!
        Andrea

You can reply at ·····@itc.it