From 1c156a5dcbbd1ddb1144d70834f8312c7ffcdf3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Tue, 23 Apr 2019 01:20:33 +0200 Subject: [PATCH] Bump protocol version to 3 QubesOS/qubes-issues#4909 --- libqrexec/qrexec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libqrexec/qrexec.h b/libqrexec/qrexec.h index 84c33aae..a44235fc 100644 --- a/libqrexec/qrexec.h +++ b/libqrexec/qrexec.h @@ -23,7 +23,7 @@ #include -#define QREXEC_PROTOCOL_VERSION 2 +#define QREXEC_PROTOCOL_VERSION 3 #define MAX_FDS 256 /* protocol version 2 */ #define MAX_DATA_CHUNK_V2 4096