All Manuals > LispWorks® User Guide and Reference Manual > 32 The COMM Package

accepting-handle-local-port Function

Summary

Returns the local port number to which the socket in an accepting-handle was bound.

Package

comm

Signature

accepting-handle-local-port accepting-handle => port-number

Arguments
accepting-handle
An object of type accepting-handle.
Values
port-number
An integer.
Description

The function accepting-handle-local-port returns the local port number to which the socket in the accepting-handle accepting-handle was bound.

See also

accepting-handle
accept-tcp-connections-creating-async-io-states
25 TCP and UDP socket communication and SSL


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:26