X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=CHANGES;h=d59c0f0488eae0bea44855f2597e6b0ab2fa00a2;hb=7431bd61b7149a1b25ccd969cfbb05316ff9fa59;hp=bb2f48f882925b908ceab3c1ed5f17f145c8dfce;hpb=9b47b4cbecca281ab183fa2cf4c590848c0ce9cc;p=silc.git diff --git a/CHANGES b/CHANGES index bb2f48f8..d59c0f04 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,19 @@ Sun Oct 20 19:54:55 EEST 2002 Pekka Riikonen should be FALSE. Affected file lib/silcutil/silcschedule.[ch], lib/silcclient/client_internal.h and silcd/server_internal.h. + * Added silc_compare_timeval to determine which time values + is smaller. Affected file lib/silcutil/silcutil.[ch]. + + * Added sort-of "Quality of Service" (QoS) support to + SilcSocketConnection. Data reception can be controlled with + rate limit per second and/or read data length limit. + Added silc_socket_set_qos. Affected files are + lib/silcutil/silcsockconn.[ch] and unix/silcunixsockconn.c. + + * Added the QoS configuration to SILC Server configuration + file. Affected files are silcd/serverconfig.[ch] and + server.c. + Sun Oct 20 14:12:24 CEST 2002 Pekka Riikonen * Merged with irssi.org CVS.