catsock_disablefds - disable I/O descriptors
#include <cat/cat.h>
int catsock_disablefds(cat_session *sess, int fd_ids);
This function stops catsock_run() from serving any more I/O on the specified descriptors of a session. Use
this function with care.
The function returns CAT_OK if successful.
cat, catnet
catsock_enablefds, catsock_run