From 379040ff926c5a379ccac58bd3d7b8c5305e3103 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Sun, 14 Jan 2007 15:29:41 +0000 Subject: [PATCH] Added SILC_PACKET_ACK. --- lib/silccore/silcpacket.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 */ -- 2.24.0