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
}
...
James_Thomson
Employee
Nov 27, 2006I thought that might be the case, so I started logging different values. It looks like I'm getting wildly different values for rtt depending on whether it is calculated in CLIENT_ACCEPTED or HTTP_REQUEST.
I'll update when I hear back from support.
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