From 39c815ab7639ed93bd711503e4516e7f495c713b Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Tue, 10 Apr 2001 09:42:02 +0000 Subject: [PATCH] updates. --- apps/silcd/packet_send.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/apps/silcd/packet_send.c b/apps/silcd/packet_send.c index a88eedbe..8a9511dd 100644 --- a/apps/silcd/packet_send.c +++ b/apps/silcd/packet_send.c @@ -25,6 +25,15 @@ #include "serverincludes.h" #include "server_internal.h" +/* Internal context that holds the packet data and packet sending function + callbacks when the packet is sent with timeout. This is used when + the server is performing re-key protocol. During re-key we will prevent + sending of any other than re-key packets so that the packets would not + be encrypted with wrong keys. Other than that, this is not used at all. */ +typedef struct { + +} *SilcServerSendPacket; + /* Routine that sends packet or marks packet to be sent. This is used directly only in special cases. Normal cases should use silc_server_packet_send. Returns < 0 error. */ -- 2.43.0