Skip to content
Curriculum 10 posts · ~2.1h total

Exchange Connectivity & Network Engineering

FIX, WebSocket, and multicast at HFT scale

Building and operating exchange connections: TCP tuning, WebSocket reconnection at scale, FIX protocol internals, multicast market data, and smart order routing across venues.

What you'll master

  • TCP BBR vs CUBIC tuning
  • WebSocket state machine design
  • FIX protocol (Logon, ResendRequest, GapFill)
  • IGMPv3 SSM multicast
  • Smart order router implementation

Why this matters

Connectivity is where strategy meets market. A reconnection bug that drops messages during high-volatility periods costs more than any signal alpha. These ten posts cover the complete connectivity stack, from TCP sysctl to venue-specific API edge cases that only show up in production.

The Curriculum - 10 modules