What is Citrix ADC TCP retransmit timeout (RTO) value

What is Citrix ADC TCP retransmit timeout (RTO) value

book

Article ID: CTX331269

calendar_today

Updated On:

Description

You may need to know Citrix ADC's TCP retransmit timeout (RTO) for troubleshooting retransmission issues.

Environment

Citrix is not responsible for and does not endorse or accept any responsibility for the contents or your use of these third party Web sites. Citrix is providing these links to you only as a convenience, and the inclusion of any link does not imply endorsement by Citrix of the linked Web site. It is your responsibility to take precautions to ensure that whatever Web site you use is free of viruses or other harmful items.

Resolution

Citrix ADC have minimum RTO setting in global TCP parameters and TCP profile .
The default RTO is 1s, which complies with RFC6298
For second retransmission of these packets RTO will be calculated by N*2 and then N*4 , 8*N. It goes on till last retransmission attempt.

Problem Cause

Citrix ADC is following RFC6298 for RTO calculation, RTO value is dynamically determined with RTT values.

Issue/Introduction

Citrix ADC dynamically calculate RTO on a TCP connection, with 1s as minimum RTO by default.