SilcBool silc_fd_stream_get_info(SilcStream stream, int *read_fd, int *write_fd);
Returns the file descriptors associated with the stream. The 'write_fd' is available only if the stream was created with silc_fd_stream_create2 function.