From 428202ecd8a408402803bdb77903221133bf9ce0 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Mon, 11 Sep 2006 15:23:36 +0000 Subject: [PATCH] updates. --- TODO | 6 ++++++ lib/silcutil/silcnet.h | 5 ++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/TODO b/TODO index 4ada1f62..1f4fa240 100644 --- a/TODO +++ b/TODO @@ -46,6 +46,12 @@ lib/silccore/silcpacket.[ch] ****PARTLY DONE**** o IV Included flag support, UDP transport support (***TESTING NEEDED) +lib/silcske/silcske.[ch] +======================== + + o IV Included flag support (it currently doesn't accept it) + + lib/silccore/silcid.[ch] ****DONE**** ======================== diff --git a/lib/silcutil/silcnet.h b/lib/silcutil/silcnet.h index 005ff82b..b5bbd2d4 100644 --- a/lib/silcutil/silcnet.h +++ b/lib/silcutil/silcnet.h @@ -116,7 +116,7 @@ typedef void (*SilcNetCallback)(SilcNetStatus status, * * DESCRIPTION * - * This function creates TCP listener etc. This is used to create network + * This function creates TCP listener. This is used to create network * listener for incoming connections, and `callback' will be called * everytime new connection is received. If `local_ip_addr' is NULL any * address is used. If provided it can be used bind the listener to @@ -171,8 +171,7 @@ void silc_net_close_listener(SilcNetListener listener); * The returned SilcAsyncOperation context can be used to control the * asynchronous connecting, such as to abort it. If it is aborted * using silc_async_abort the `callback' will not be called. If NULL - * is returned the operation cannot be aborted and the `callback' will - * be called eventually. + * is returned the operation cannot be aborted. * */ SilcAsyncOperation silc_net_tcp_connect(const char *local_ip_addr, -- 2.24.0