From: Pekka Riikonen Date: Sun, 22 Oct 2006 10:32:51 +0000 (+0000) Subject: Comment changes. X-Git-Tag: silc.client.1.1.beta1~238 X-Git-Url: http://git.silcnet.org/gitweb/?a=commitdiff_plain;h=1dd6da59abe1bd3817f894da8f3a79130e91d958;p=silc.git Comment changes. --- diff --git a/lib/silcutil/silcsocketstream.h b/lib/silcutil/silcsocketstream.h index d7f5ca2b..17e64b5a 100644 --- a/lib/silcutil/silcsocketstream.h +++ b/lib/silcutil/silcsocketstream.h @@ -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. diff --git a/lib/silcutil/silcstream.h b/lib/silcutil/silcstream.h index e6570e45..efa161f1 100644 --- a/lib/silcutil/silcstream.h +++ b/lib/silcutil/silcstream.h @@ -4,7 +4,7 @@ Author: Pekka Riikonen - 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