From e5d7644d19a6b2c9527969ace531b0eaddcd0dee Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Mon, 11 Nov 2024 20:32:53 +0100 Subject: [PATCH] Common: add missing comment to OOB message ID The only out-of-band message ID that lacked a comment explaining what it is. --- src/common/proto_oob.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/proto_oob.h b/src/common/proto_oob.h index 3bf7deca..be4bf3f7 100644 --- a/src/common/proto_oob.h +++ b/src/common/proto_oob.h @@ -26,7 +26,7 @@ #define C2S_CHALLENGE 'H' // + challenge value #define S2C_CHALLENGE 'I' // + challenge value -#define S2C_CONNACCEPT 'J' +#define S2C_CONNACCEPT 'J' // special protocol for accepted connections #define S2C_CONNREJECT 'K' // special protocol for rejected connections // Generic Ping Request