Comment changes.
[runtime.git] / lib / silcutil / silcsocketstream.h
index d7f5ca2bbcbf644404e8fc1f216670479910cba3..17e64b5a4372da0ad78e25e84f7bef308f8fd118 100644 (file)
@@ -24,7 +24,8 @@
  * 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.
+ * 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.