SilcStream silc_fd_stream_file2(const char *read_file, const char *write_file);
Same as silc_fd_stream_file but creates the stream by opening `read_file' for reading and `write_file' for writing. If the silc_stream_set_notifier is called the stream is set to non-blocking mode.