lw-sockets.txt - clic - Clic is an command line interactive client for gopher written in Common LISP
 (HTM) git clone git://bitreich.org/clic/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/clic/
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) README
 (DIR) LICENSE
       ---
       lw-sockets.txt (854B)
       ---
            1 
            2 $Id$
            3 
            4 http://www.lispworks.com/reference/lwu41/lwref/LWRM_37.HTM
            5 
            6 Package: COMM
            7 
            8 ip-address-string
            9 socket-stream-address
           10 socket-stream-peer-address
           11 start-up-server
           12 start-up-server-and-mp
           13 string-ip-address
           14 with-noticed-socket-stream
           15 
           16 Needed components for usocket:
           17 
           18 comm::get-fd-from-socket socket-fd
           19   => socket-fd
           20 
           21 comm::accept-connection-to-socket socket-fd
           22   => socket-fd
           23 
           24 comm::close-socket
           25 comm::create-tcp-socket-for-service
           26   => socket-fd
           27 
           28 open-tcp-stream peer-host peer-port &key direction element-type
           29   => socket-stream
           30 
           31 get-host-entry (see http://www.lispworks.com/documentation/lw445/LWRM/html/lwref-30.htm#pgfId-897837)
           32 get-socket-address
           33 
           34 get-socket-peer-address
           35   => address, port
           36 
           37 socket-stream socket-fd
           38   => stream
           39 
           40 socket socket-stream (guessed from http://www.lispworks.com/documentation/lw445/LWRM/html/lwref-43.htm)
           41   => socket-fd