From 5536f1731c6c603f1b76e2c83ce18c4e610051d7 Mon Sep 17 00:00:00 2001 From: sr Date: Sat, 25 Aug 2012 20:05:04 +0200 Subject: [KERNEL] Only update alt-server list if received from initial server [*] Add CMD_KEEPALIVE protocol message type --- src/types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/types.h') diff --git a/src/types.h b/src/types.h index 6ba7629..0227433 100644 --- a/src/types.h +++ b/src/types.h @@ -75,6 +75,7 @@ typedef struct #define CMD_GET_SIZE 2 #define CMD_GET_SERVERS 3 #define CMD_ERROR 4 +#define CMD_KEEPALIVE 5 #pragma pack(1) typedef struct -- cgit v1.2.3-55-g7522