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