----------------------------------- Socket Create a TSAP of a given type ----------------------------------- Bind Associate an ASCII name to a previously created socket ----------------------------------- Listen Create a queue to store incoming connection requests ----------------------------------- Accept Remove a connection request from the queue or wait for one ----------------------------------- Connect Initiate a connection with a remote socket ----------------------------------- Shutdown Terminate the connection on a socket ----------------------------------- Send Send a message through a given socket ----------------------------------- Recv Receive a message on a given socket ----------------------------------- Select Check a set of sockets to see if any can be read or written -----------------------------------Code that Uses Sockets:Examples
Last Changed:27 September 1995