Skip to content

Commit

Permalink
Add ICD check-in messageId 0x50 per spec (#29308)
Browse files Browse the repository at this point in the history
  • Loading branch information
yunhanw-google authored and pull[bot] committed Feb 16, 2024
1 parent 3b32055 commit 2647753
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/protocols/secure_channel/Constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ enum class MsgType : uint8_t
CASE_Sigma2Resume = 0x33,

StatusReport = 0x40,

ICD_CheckIn = 0x50,
};

// Placeholder value for the ProtocolCode field when the GeneralCode is Success or Continue.
Expand Down

0 comments on commit 2647753

Please sign in to comment.