Listen account is used to accept connections, where a socket is first created with socket, a willingness to accept incoming connections and a queue limit for incoming connections are specified with listen, and then the connections are accepted with accept. I could be wrong.
March 6th, 2010 at 10:58 pm
Listen account is used to accept connections, where a socket is first created with socket, a willingness to accept incoming connections and a queue limit for incoming connections are specified with listen, and then the connections are accepted with accept. I could be wrong.
References :