The TCP and UDP sockets that you know and love. Some representation issues:
Class precedence list:
inet-socket, socket, standard-object, t
Class representing
tcp
andudp
sockets.Examples:
(make-instance 'inet-socket :type :stream :protocol :tcp) (make-instance 'inet-socket :type :datagram :protocol :udp)