X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcclient%2Fclient.c;h=50445d004a888aa7a3b1a638089abd2ebea723c3;hb=4559604b1e55af1f277b2420be645583450bb6e0;hp=04790cdbdb930dc0bfc6dcf97ecd787820220a6d;hpb=4ef701725a4bcc06d5ef2db2d6a532d43ab9f832;p=silc.git diff --git a/lib/silcclient/client.c b/lib/silcclient/client.c index 04790cdb..50445d00 100644 --- a/lib/silcclient/client.c +++ b/lib/silcclient/client.c @@ -778,6 +778,7 @@ void silc_client_packet_parse(SilcPacketParserContext *parser_context) /* Parse the packet */ +#if 0 /* If REKEY protocol is active we must proccess the packets synchronously since we must assure that incoming packets that are encrypted with the old key is processed before the new keys is set to use. */ @@ -786,6 +787,7 @@ void silc_client_packet_parse(SilcPacketParserContext *parser_context) (void *)parser_context, parser_context->sock->sock); else +#endif silc_task_register(client->timeout_queue, parser_context->sock->sock, silc_client_packet_parse_real, (void *)parser_context, 0, 1,