Skip to content

Commit

Permalink
feat(pdu): add EarlyCapability SKIP_CHANNELJOIN flags
Browse files Browse the repository at this point in the history
Signed-off-by: Marc-André Lureau <[email protected]>
  • Loading branch information
elmarco authored and CBenoit committed Dec 5, 2023
1 parent b87627b commit 74e40b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions crates/ironrdp-pdu/src/gcc/core_data/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -474,5 +474,6 @@ bitflags! {
const SUPPORT_DYN_VC_GFX_PROTOCOL =0x0100;
const SUPPORT_DYNAMIC_TIME_ZONE = 0x0200;
const SUPPORT_HEART_BEAT_PDU = 0x0400;
const SUPPORT_SKIP_CHANNELJOIN = 0x0800;
}
}
1 change: 1 addition & 0 deletions crates/ironrdp-pdu/src/gcc/core_data/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,6 @@ bitflags! {
const EDGE_ACTIONS_SUPPORTED_V1 = 0x0000_0001;
const DYNAMIC_DST_SUPPORTED = 0x0000_0002;
const EDGE_ACTIONS_SUPPORTED_V2 = 0x0000_0004;
const SKIP_CHANNELJOIN_SUPPORTED = 0x0000_0008;
}
}

0 comments on commit 74e40b8

Please sign in to comment.