06-25-2019, 06:17 PM
(06-24-2019, 11:01 PM)whitekn3 Wrote: In Indy 9 a TMemoryStream object was used that included the TCP Packet header and we could read and set the TCP headers bytes directly.
Indy has never provided access to packet headers at the IP or TCP layers. Are you instead referring to the headers of the application-layer packets that you are exchanging back and forth?
(06-24-2019, 11:01 PM)whitekn3 Wrote: Indy 10 uses a TIdBytes instead of TMemoryStream and I cannot figure out any way to manipulate the TCP Packet header bytes to get the same results.
Please show your original Indy 9 code, then I can help you translate it to Indy 10.

