From 75938c12474a3fe9e4a04cf0599073c23154aba5 Mon Sep 17 00:00:00 2001 From: Aditya Naik Date: Fri, 10 Apr 2020 15:03:25 -0400 Subject: Newer handshake proto --- handshake.proto | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/handshake.proto b/handshake.proto index 611e600..4009a2e 100644 --- a/handshake.proto +++ b/handshake.proto @@ -9,6 +9,15 @@ message m2s_MDR_request { required uint32 record_type = 1; } +message s2m_MDR_req_ACK { + // ACK the MDR request with the length of MDR response + required uint32 MDR_res_length = 1; +} + +message m2s_MDR_res_CTS { + required uint32 timeout = 1; +} + message _subscriptions { optional uint32 module_id = 1 [default=0]; optional uint32 entity_id = 2 [default=0]; -- cgit v1.2.3