DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
Network services

Releasing the connection number

After the server has sent back any type-ahead characters, the REXEC connection number can be released. This step is especially important if the client process is going to be establishing more connections. Calling rx_free_conn, as follows, releases all client resources associated with the connection.

int	cnum;		/* connection number */

main() { . . . (void) rx_free_conn(cnum); . . . }


© 2005 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 -- 02 June 2005