| silcsocketstream.html
 SILC Socket Stream Interface
 Header: silcsocketstream.h
 
 DESCRIPTION
 
 Implementation of SILC Socket Stream.  SILC Socket Stream can be used
 read data from and write data to a socket connection.  The SILC Socket
 Stream provides also Quality of Service (QoS) support that can be used
 to control the throughput of the stream.  It also supports both TCP and
 UDP, and IPv4 and IPv6.
 SILC Socket Stream is not thread-safe.  If the same socket stream must be
 used in multithreaded environment concurrency control must be employed.
SilcSocketStreamStatus
SilcSocketStreamCallback
silc_socket_tcp_stream_create
silc_socket_udp_stream_create
silc_socket_stream_is_udp
silc_socket_stream_get_info
silc_socket_stream_set_info
silc_socket_stream_get_error
silc_socket_stream_set_qos 
 
 
 
 |