Handbook
Glossary
datagram-pool
Connection pools
Prev:
make-connection ( pool -- conn )
Next:
<datagram-pool> ( addrspec -- pool )
Vocabulary
io
.
pools
Class description
A pool of datagram sockets bound to the address stored in the
addrspec
slot.
Definition
IN:
io.pools
TUPLE:
datagram-pool
<
pool
addrspec
;
Methods
USING:
accessors
io.pools
io.sockets
;
M:
datagram-pool
make-connection
addrspec>>
<datagram>
;