From: Pekka Riikonen Date: Sat, 31 Mar 2001 12:59:48 +0000 (+0000) Subject: updatesy X-Git-Tag: SILC.0.1~66 X-Git-Url: http://git.silcnet.org/gitweb/?a=commitdiff_plain;h=0c61e81fa66f90d1fc731463c59377563261700c;p=silc.git updatesy --- diff --git a/CHANGES b/CHANGES index 8a978982..81ef7f01 100644 --- a/CHANGES +++ b/CHANGES @@ -2,7 +2,7 @@ Sat Mar 31 15:38:36 EEST 2001 Pekka Riikonen * Fixed packet processing on slow links. Partial packets were never re-processed because the incoming data buffer was cleared - by the application. Application must now directly clear the + by the application. Application must not directly clear the sock->inbuf, the packet processing routines handle it. Fixed this in client library and in server.