Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

TCP Simultaneous Open support

Status
Not open for further replies.

ueberbill

Programmer
Aug 22, 2000
21
US
Do any versions of Linux support TCP Simultaneous Open? Does it work? Are there any issues? How can I find out more- scouring the search engines hasn't given me a whole lot.

Thanks,
Bill

 
I'm not sure I know what you mean by "simultaneous open."

What is it that you are trying to do?


pansophic
 
Simultaneous open refers to the two hosts who are trying to communicate via TCP sending SYN packets at the same time and then both replying with ACK packets as opposed to the standard 3-way handshake. There's a diagram of simultaneous open at , just search for 'simultaneous open'.It's legal in the TCP spec, but I read that it's not always implemented well or at all.

Thanks,
Bill
 
Well, we're looking at working around some TCP NAT issues, although the timing of a simultaneous open makes it almost useless out of laboratory conditions (at least when trying to punch holes in a NAT setup).

Bill
 
ueberbill,

NAT traversal can be a pain, but is surmountable.

. You could write to H.323 :
. You could make the port forwards uPnP compliant

. You can give the user clear instructions how to make port forwarding entries in their routers. Somehow there are millions of P2P users out there that have managed to figure out port forwarding issues to handle NAT Traversal.

. You can use third-party applications. As I do not know what you are trying to do, you might look at what others have done as general solutions for the end users:

. For Windows Win9x:
Poke around the site for a freeware ICS tool.

. For Win2k/XP:
Same site, different OS.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top