[noise] Move NoiseResumeTicket to message id 152

This commit is contained in:
J. Nick Koston
2026-08-24 14:31:36 -05:00
parent c655a2a442
commit c2118778ee
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -898,7 +898,7 @@ message NoiseEncryptionSetKeyResponse {
// issues a fresh ticket on that connection. Never sent on plaintext
// connections. Clients that do not understand it drop it silently.
message NoiseResumeTicket {
option (id) = 151;
option (id) = 152;
option (source) = SOURCE_SERVER;
option (ifdef) = "USE_API_NOISE";
+1 -1
View File
@@ -1135,7 +1135,7 @@ class NoiseEncryptionSetKeyResponse final : public ProtoMessage {
};
class NoiseResumeTicket final : public ProtoMessage {
public:
static constexpr uint8_t MESSAGE_TYPE = 151;
static constexpr uint8_t MESSAGE_TYPE = 152;
static constexpr uint8_t ESTIMATED_SIZE = 38;
#ifdef HAS_PROTO_MESSAGE_DUMP
const LogString *message_name() const override { return LOG_STR("noise_resume_ticket"); }