mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[core,settings] add missing autoreconnect option
Split settings, there was a double use for AutoReconnectEnabled. AutoReconnectEnabled is a setting responsible for client side autoreconnection. AutoReconnectPacketSupported is a flag set by the server to announce support for AutoReconnectPacket allowing fast reconnect.
This commit is contained in:
@@ -213,7 +213,8 @@ struct rdp_settings
|
||||
SETTINGS_DEPRECATED(ALIGN64 ARC_CS_PRIVATE_PACKET* ClientAutoReconnectCookie); /* 834 */
|
||||
SETTINGS_DEPRECATED(ALIGN64 ARC_SC_PRIVATE_PACKET* ServerAutoReconnectCookie); /* 835 */
|
||||
SETTINGS_DEPRECATED(ALIGN64 BOOL PrintReconnectCookie); /* 836 */
|
||||
UINT64 padding0896[896 - 837]; /* 837 */
|
||||
SETTINGS_DEPRECATED(ALIGN64 BOOL AutoReconnectionPacketSupported); /* 837 */
|
||||
UINT64 padding0896[896 - 838]; /* 838 */
|
||||
|
||||
/* Client Info (Time Zone) */
|
||||
SETTINGS_DEPRECATED(ALIGN64 TIME_ZONE_INFORMATION* ClientTimeZone); /* 896 */
|
||||
|
||||
Reference in New Issue
Block a user