Comment changes.
authorPekka Riikonen <priikone@silcnet.org>
Sun, 22 Oct 2006 10:32:51 +0000 (10:32 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Sun, 22 Oct 2006 10:32:51 +0000 (10:32 +0000)
lib/silcutil/silcsocketstream.h
lib/silcutil/silcstream.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.
index e6570e4574f2d5329f198cf228da264b07e2f924..efa161f1886b5cf1091168a1299a69afab70d647 100644 (file)
@@ -4,7 +4,7 @@
 
   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
@@ -24,7 +24,7 @@
  * 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