Introduction
Introduction Statistics Contact Development Disclaimer Help
tlw-sockets.txt - clic - Clic is an command line interactive client for gopher …
git clone git://bitreich.org/clic/ git://hg6vgqziawt5s4dj.onion/clic/
Log
Files
Refs
Tags
LICENSE
---
tlw-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/ht…
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/documentatio…
41 => socket-fd
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.