Internet Direct (Indy) Version 9.0.1 Beta
TIdTcpHdr
TIdTcpHdr = packed record
  tcp_sport: word;
  tcp_dport: word;
  tcp_seq: longword;
  tcp_ack: longword;
  tcp_x2off: byte;
  tcp_flags: byte;
  tcp_win: word;
  tcp_sum: word;
  tcp_urp: word;
  end;
Description
The text for this record has been generated automatically.