08-29-2025, 07:19 AM
Interesting requirement! Unfortunately, TIdTCPServer doesn’t expose raw TCP option headers since it works at stream level. You’d likely need a packet capture library (like WinPcap/pcap) or custom socket handling to parse those option fields directly.

