Forum Discussion
James_Thomson
Employee
Nov 22, 2006Compress if RTT is above a certain amount
I'm trying to use the following iRule:
when HTTP_REQUEST {
set rtt [TCP::rtt]
}
when HTTP_RESPONSE {
if {$rtt < 1600 } {
log "NOcompress rtt=[TCP::rtt]"
COMPRESS::disable
}
...
Steven_Lane_805
Feb 08, 2007Historic F5 Account
Can somebody explain exactly how the RTT function calculates round trip time.
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects