From: Pekka Riikonen Date: Sun, 14 Jan 2007 15:29:41 +0000 (+0000) Subject: Added SILC_PACKET_ACK. X-Git-Tag: silc.client.1.1.beta1~61 X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=379040ff926c5a379ccac58bd3d7b8c5305e3103 Added SILC_PACKET_ACK. --- diff --git a/lib/silccore/silcpacket.h b/lib/silccore/silcpacket.h index c7527a43..48a25793 100644 --- a/lib/silccore/silcpacket.h +++ b/lib/silccore/silcpacket.h @@ -4,7 +4,7 @@ Author: Pekka Riikonen - Copyright (C) 1997 - 2006 Pekka Riikonen + Copyright (C) 1997 - 2007 Pekka Riikonen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -85,6 +85,7 @@ typedef SilcUInt8 SilcPacketType; #define SILC_PACKET_RESUME_ROUTER 26 /* Backup router resume */ #define SILC_PACKET_FTP 27 /* File Transfer */ #define SILC_PACKET_RESUME_CLIENT 28 /* Client resume */ +#define SILC_PACKET_ACK 29 /* Acknowledgement */ #define SILC_PACKET_PRIVATE 200 /* Private range start */ #define SILC_PACKET_MAX 255 /* RESERVED */