IP::hops

Description

This command is used to give you the estimated number of hops between the peer in question, and the client machine making the request.

Syntax

IP::hops

IP::hops

  • This command is used to give you the estimated number of hops between the peer in question, and the client machine making the request.

Examples

when HTTP_REQUEST {
  if { [IP::hops] >= 10 } {
    COMPRESS::disable
  }
}