This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
Adaptive transport
Adaptive transport is a data transport mechanism for Citrix Virtual Apps and Desktops. It is faster, more scalable, improves application interactivity, and is more interactive on challenging long-haul WAN and internet connections. For more information about adaptive transport, see Adaptive transport.
Enable adaptive transport
In Citrix Studio, verify that the HDX Adaptive Transport policy is set to Preferred or Diagnostic mode. Preferred is selected by default.
- Preferred: Adaptive transport over Enlightened Data Transport (EDT) is used when possible, with fallback to TCP.
- Diagnostic mode: EDT is forced on and fallback to TCP is disabled.
Disable adaptive transport
To disable adaptive transport, set the HDX Adaptive Transport policy to Off in Citrix Studio.
Check whether adaptive transport is enabled
To check whether UDP listeners are running, run the following command.
netstat -an | grep "1494\|2598"
<!--NeedCopy-->
In normal circumstances, the output is similar to the following.
udp 0 0 0.0.0.0:2598 0.0.0.0:*
udp 0 0 :::1494 :::*
<!--NeedCopy-->
EDT MTU discovery
EDT automatically determines the Maximum Transmission Unit (MTU) when establishing a session. Doing so prevents EDT packet fragmentation that might result in performance degradation or failure to establish a session.
Minimum requirements:
- Linux VDA 2012
- Citrix Workspace app 1911 for Windows
- Citrix ADC:
- 13.0.52.24
- 12.1.56.22
- Session reliability must be enabled
If using client platforms or versions that do not support this feature, you can configure a custom EDT MTU that is appropriate for your environment. For more information, see Knowledge Center article CTX231821.
WARNING:
Editing the registry incorrectly can cause serious problems that might require you to reinstall your operating system. Citrix cannot guarantee that problems resulting from the incorrect use of Registry Editor can be solved. Use Registry Editor at your own risk. Be sure to back up the registry before you edit it.
Enable or disable EDT MTU discovery on the VDA
EDT MTU discovery is disabled by default.
-
To enable EDT MTU discovery, set the
MtuDiscovery
registry key by using the following command, restart the VDA, and wait for the VDA to register:/opt/Citrix/VDA/bin/ctxreg create -k "HKLM\System\CurrentControlSet\Control\Terminal Server\Wds\icawd" -t "REG_DWORD" -v "MtuDiscovery" -d "0x00000001" --force
-
To disable EDT MTU discovery, delete the
MtuDiscovery
registry value.
Control EDT MTU discovery on the client
You can control EDT MTU discovery selectively on the client by adding the MtuDiscovery
parameter in the ICA file. To disable the feature, set the following under the Application
section:
MtuDiscovery=Off
To re-enable the feature, remove the MtuDiscovery
parameter from the ICA file.
IMPORTANT:
For this ICA file parameter to work, enable EDT MTU discovery on the VDA. If EDT MTU discovery is not enabled on the VDA, the ICA file parameter has no effect.
Share
Share
This Preview product documentation is Citrix Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Citrix Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Citrix product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.