in reply to Re: Re: TCP Headers
in thread TCP Headers

The part of the TCP header you can set is a series of flags and possibly some key-value pairs that give instructions or information to your system's TCP stack and the TCP stack of the system you're communicating with about any special handling that connection may need. The header also contains sequence numbers and some other stuff, but you generally don't set that.

It doesn't really make sense to say "put 6001710001 in the TCP header" without saying where you want it put, and even if you did say where it still wouldn't make a ton of sense. It could make sense to say "Set the SYN flag in the TCP header" or "Set the TimeStamp TCP header to X", but that's still a strange thing to do.

I suspect you're miscommunicating somehow with your server guys. Why don't you see if they can tell you more precisely what they want you to do.

Replies are listed 'Best First'.
Re: Re: Re: Re: TCP Headers
by bobn (Chaplain) on Mar 23, 2004 at 07:14 UTC
    I think this the equivalent of the new guy on the job (whatever job) being told to go get the 'skyhook".

    --Bob Niederman, http://bob-n.com

    All code given here is UNTESTED unless otherwise stated.