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
Feb 09, 2007Its described in the two posts mentioned in the previous post:
http://devcentral.f5.com/Default.aspx?tabid=28&view=topic&forumid=5&postid=5380
http://devcentral.f5.com/Default.aspx?tabid=28&view=topic&forumid=5&postid=1702
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