![]()  | 
![]()  | 
![]()  | 
![]()  | 
![]()  | 
This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. | 
Listen for connections on a socket (via a SOCKS server)
#include <sys/socket.h>
int Rlisten( int s, 
             int backlog );
libsocks
Use the -l socks option to qcc to link against this library.
The Rlisten() function is a cover function for listen() -- the difference is that Rlisten() does its job via a SOCKS server.
For more information about SOCKS and its libraries, see the appendix, SOCKS -- A Basic Firewall.
| Safety: | |
|---|---|
| Cancellation point | No | 
| Interrupt handler | No | 
| Signal handler | No | 
| Thread | No | 
listen() Raccept(), Rbind(), Rconnect(), Rgetsockname(), Rrcmd(), Rselect(), SOCKSinit()
![]()  | 
![]()  | 
![]()  | 
![]()  |