* 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.
Author: Pekka Riikonen <priikone@silcnet.org>
- Copyright (C) 2005 Pekka Riikonen
+ Copyright (C) 2005 - 2006 Pekka Riikonen
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
* SILC Stream API is a generic representation of a stream. A common API
* is defined that can be used to read from and write to the stream. Any
* other stream API derived from this API can use this same interface for
- * sending and receiving.
+ * reading and writing.
*
* Note that stream implementations usually are not thread-safe. Always
* verify whether a stream implementation is thread-safe by checking their