netconn_listen()

Name

netconn_listen() -- Make a listening TCP netconn

Synopsis

err_t netconn_listen(struct netconn *conn);

Description

Puts the TCP connection conn into the TCP LISTEN state. This means its purpose will become listening for incoming connections from remote peers. netconn_accept() is required to establish a connection resulting from incoming connection requests.

   
         
 
  Copyright © 2003-2008 eCosCentric Limited Privacy & Legal Statements