TCP ACK Compression & ACK-Clock Distortion Slippage Playbook

2026-03-20 · finance

TCP ACK Compression & ACK-Clock Distortion Slippage Playbook

Why this matters

Execution stacks often trust transport timing as a clean proxy for path health.

But in real networks, ACKs can get compressed (bunched) by queueing, NIC coalescing, GRO/LRO behavior, or intermediary buffering. That distorts ACK-clock timing and can make a strategy believe:

Result: avoidable queue-priority resets, overreaction bursts, and fatter p95/p99 slippage.


Failure mechanism (transport -> execution)

  1. Path jitter/coalescing causes ACK inter-arrival distortion.
  2. Venue/order-path progress appears in bursts instead of smooth cadence.
  3. Router misreads state freshness and residual risk.
  4. Dispatch cadence phase-locks to burst windows.
  5. Child orders bunch into fragile liquidity moments, raising tail cost.

This is not just network noise. It is a control-signal distortion problem.


Observable metrics

1) ACI — ACK Compression Index

2) IAG95 — Inter-ACK Gap p95

3) BDR — Burst Dispatch Ratio

4) SFS — State Freshness Skew

5) AMT — ACK Mirage Tax


Modeling pattern

Add transport-distortion features explicitly:

IS_residual_t = f(market_state_t, order_state_t, transport_distortion_t)

Where: transport_distortion_t = {ACI, IAG95, BDR, SFS, AMT}

Train mean + q95 heads. ACK distortion is frequently weak in mean but strong in tail outcomes.


Regime state machine

ACK_CLEAN

ACK_BUNCHING

ACK_DISTORTED

SAFE_TRANSPORT_CONTAIN

Use hysteresis + minimum dwell times to avoid oscillatory mode flips.


Control actions by state

ACK_CLEAN -> ACK_BUNCHING

ACK_BUNCHING -> ACK_DISTORTED

ACK_DISTORTED -> SAFE_TRANSPORT_CONTAIN


Fast diagnostics checklist

  1. Do slippage tails worsen when ACI/BDR spike even if spread is stable?
  2. Are pending-state transitions arriving in suspicious bursts?
  3. Does burst dampening reduce p95 slippage without killing completion?
  4. Do cleaner hosts/paths show materially lower AMT?

If yes, treat as ACK-distortion-driven execution risk, not purely market regime drift.


Deployment playbook

  1. Shadow: log distortion features + counterfactual cost attribution
  2. Advisory: produce non-binding regime labels
  3. Canary: enable burst dampers on small flow slice
  4. Promote: require p95 improvement with bounded completion impact
  5. Rollback: auto-disable if underfill/opportunity-cost breaches budget

Common mistakes


Bottom line

ACK compression can silently turn smooth execution logic into bursty slippage logic.

If transport-distortion states are not modeled and controlled, the strategy will overreact to artificial cadence and pay avoidable tail basis-point tax.