Forum Discussion
gianluca_gozzi
Nimbostratus
May 15, 2013Nagle disable by uri
I've to disable the nagle algorithm due a particular uri.
I've performed this irule
when HTTP_REQUEST {
switch -glob [HTTP::uri] {
"/test/*"
{ TCP::nagle disable }
}
}
Apparently seems work but I'm not able to see if the nagle is really disabled.
Can anyone help me to find this like a log....
My ltm version is 11.2.1
Many thanks
1 Reply
- What_Lies_Bene1
Cirrostratus
I'm not sure why you'd want to disable a TCP feature on the basis of a URI but hey.
There doesn't seem to be any way to report on the status of the feature as you suggest. Perhaps a log entry would suffice? log local0. "Nagle disabled for client: [IP::addr [IP::client_addr]"
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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