tcp_​optimization

Version: v2025-01-13Includes use: Yes

Behavior name: TCP Optimizations

Enables a suite of optimizations targeting buffers, time-outs, and packet loss that improve transmission performance.

Default behavior

These samples reflect the behavior's default settings. You can use these as is in your configurations or make adjustments based on the behavior's available options.

Note: There are no options for this behavior. Placing it in the behavior block without options enables it.

data "akamai_property_rules_builder" "tcp_optimization" {
  rules_v2025_02_18 {
    name     = "TCP Optimizations"
    comments = ""
    behavior {
      tcp_optimization {
      }
    }
  }
}

"behaviors": [
  {
    "name": "tcpOptimization",
    "options": {
    }
  }
]