You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(connector): advertise multitransport channel in GCC blocks (#1092)
Add multitransport_flags config option to populate the
MultiTransportChannelData GCC block during connection negotiation.
When None (the default), behavior is unchanged.
Copy file name to clipboardExpand all lines: crates/ironrdp-connector/src/connection.rs
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -728,8 +728,9 @@ fn create_gcc_blocks<'a>(
728
728
monitor:None,
729
729
// TODO(#140): support for Client Message Channel Data (https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-rdpbcgr/f50e791c-de03-4b25-b17e-e914c9020bc3)
730
730
message_channel:None,
731
-
// TODO(#140): support for Some(MultiTransportChannelData { flags: MultiTransportFlags::empty(), })
0 commit comments