I have an application that connects to a remote machine using IO::Socket. My problem is that the guys on the remote machine are telling me that I need to send certain data in the "TCP Header", which is something that is distinct from the data that I send using "print $socket" (where $socket is the IO:Socket object).
Thanks in advance.
In reply to TCP Headers
by Gorby