From ec6eece0a907a2d078c15d66d4e097bd7157e952 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Wed, 28 Jun 2000 05:06:38 +0000 Subject: [PATCH] Shorter timeout for channel joining notify. --- apps/silcd/command.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/apps/silcd/command.c b/apps/silcd/command.c index eba9c41b..cd600963 100644 --- a/apps/silcd/command.c +++ b/apps/silcd/command.c @@ -20,8 +20,11 @@ /* * $Id$ * $Log$ - * Revision 1.1 2000/06/27 11:36:56 priikone - * Initial revision + * Revision 1.2 2000/06/28 05:06:38 priikone + * Shorter timeout for channel joining notify. + * + * Revision 1.1.1.1 2000/06/27 11:36:56 priikone + * Importet from internal CVS/Added Log headers. * * */ @@ -886,7 +889,7 @@ SILC_SERVER_CMD_FUNC(join) ctx->server = server; silc_task_register(server->timeout_queue, sock->sock, silc_server_command_join_notify, ctx, - 0, 100000, SILC_TASK_TIMEOUT, SILC_TASK_PRI_LOW); + 0, 10000, SILC_TASK_TIMEOUT, SILC_TASK_PRI_LOW); } } -- 2.43.0