| silcfdstream.html
 SILC File Descriptor Stream Interface
 Header: silcfdstream.h
 
 DESCRIPTION
 
 Implementation of SILC File Descriptor Stream.  The file descriptor
 stream can be used read from and write to a file descriptor.  This
 interface should be used only with real file descriptors, not with
 sockets.  Use the SILC Socket Stream for sockets.
 SILC File Descriptor Stream is not thread-safe.  If same stream must be
 used in multithreaded environment concurrency control must be employed.
silc_fd_stream_create
silc_fd_stream_create2
silc_fd_stream_file
silc_fd_stream_file2
silc_fd_stream_get_info
silc_fd_stream_get_error 
 
 
 
 |