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); . . . }


© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 27 April 2004