We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef33e14 commit f57cb87Copy full SHA for f57cb87
crates/ironrdp-connector/src/connection.rs
@@ -661,7 +661,8 @@ fn create_gcc_blocks<'a>(
661
let mut early_capability_flags = ClientEarlyCapabilityFlags::VALID_CONNECTION_TYPE
662
| ClientEarlyCapabilityFlags::SUPPORT_ERR_INFO_PDU
663
| ClientEarlyCapabilityFlags::STRONG_ASYMMETRIC_KEYS
664
- | ClientEarlyCapabilityFlags::SUPPORT_SKIP_CHANNELJOIN;
+ | ClientEarlyCapabilityFlags::SUPPORT_SKIP_CHANNELJOIN
665
+ | ClientEarlyCapabilityFlags::SUPPORT_DYN_VC_GFX_PROTOCOL;
666
667
// TODO(#136): support for ClientEarlyCapabilityFlags::SUPPORT_STATUS_INFO_PDU
668
0 commit comments