This document describes the listen system call in C. The listen call is used to listen for connections on a socket. It takes a socket file descriptor and a backlog parameter as arguments and returns an integer indicating success or failure.
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
41 views
Listen
This document describes the listen system call in C. The listen call is used to listen for connections on a socket. It takes a socket file descriptor and a backlog parameter as arguments and returns an integer indicating success or failure.