trafficEnggCfg

trafficEnggCfg
trafficEnggCfg

Service Mesh traffic engineering configuration options.

JSON Example
{
    "isAppPathResiliencyEnabled": false,
    "isTcpFlowConditioningEnabled": false,
    "isEncryptionlessTunnelEnabledForMigration": false,
    "isEncryptionlessTunnelEnabledForNE": false,
    "groEnabled": false
}
boolean
isAppPathResiliencyEnabled
Optional

The HCX Service Mesh builds multiple transport tunnels to establish path diversity to the target, and intelligently directs HCX service traffic using the optimal path for performance and resiliency.

boolean
isTcpFlowConditioningEnabled
Optional

The HCX Service Mesh dynamically manages the TCP segment size to reduce packet fragmentation, optimizing transport performance and efficiency for HCX Network Extension traffic.

boolean
isEncryptionlessTunnelEnabledForMigration
Optional

The HCX Service mesh tunnel encryption can be disabled to reduce transport overhead and improve migration performance.

boolean
isEncryptionlessTunnelEnabledForNE
Optional

The HCX Service mesh tunnel encryption can be disabled to reduce transport overhead and improve network extension performance.

boolean
groEnabled
Optional

Generic Receive Offload (GRO) improves packet processing efficiency by aggregating inbound packets before CPU processing.