Returns the user-info associated with an accepting handle.
comm
accepting-handle-user-info accepting-handle => result
accepting-handle⇩ |
An accepting-handle. |
result |
A Lisp object. |
The function accepting-handle-user-info
returns the user-info associated with the handle accepting-handle, which is the user-info argument to accept-tcp-connections-creating-async-io-states.
The system does nothing with the user-info, and its purpose is to allow you to pass information to the connection-function of accept-tcp-connections-creating-async-io-states.
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