5.1 Changes in this release

make-tcp-socket

Function

Package:lcl

Submodule:tcp-sockets

Syntax:make-tcp-socket port &optional host receiver-binding-p

The port argument is a port number; if the value is0, the operating system assigns a port number. If the value of host isnil, the host is the local host; otherwise, the value is a host name as a string or a list of numbers. When the value of receiver-binding-p is other thannil, the socket is bound as a receiver. The value defaults to true when host denotes the local host.

The function returns two values: a socket number and aninet-sockaddr foreign structure.


Liquid Common Lisp 5.0 Release and Installation Notes - 9 JUN 1997

Generated with Harlequin WebMaker