Important: The information in this document is obsolete and should not be used for new development.
Establishing and Terminating an ADSP Connection Listener
A connection listener is a special kind of connection end that listens for open-connection requests from remote connection ends. Connection listeners are used by connection servers--that is, programs that assign a socket for the local connection end only after they receive a connection request from a remote connection end. A single connection listener can receive connection requests from any number of remote connection ends.You can use the routines in this section to
- establish a connection listener
- cause the connection listener to listen for a connection request
- deny a connection request
- close and eliminate a connection listener
Subtopics
- dspCLInit
- dspCLListen
- dspCLDeny
- dspCLRemove