Forum Discussion

gianluca_gozzi's avatar
gianluca_gozzi
Icon for Nimbostratus rankNimbostratus
May 15, 2013

Nagle 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

  • 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]"