Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!cmcl2!rutgers!ucla-cs!zen!ucbvax!ACC.ARPA!art From: art@ACC.ARPA Newsgroups: comp.protocols.tcp-ip Subject: Symetric TCP opens Message-ID: <8708272358.AA14612@ucbvax.Berkeley.EDU> Date: Thu, 27-Aug-87 13:07:00 EDT Article-I.D.: ucbvax.8708272358.AA14612 Posted: Thu Aug 27 13:07:00 1987 Date-Received: Sat, 29-Aug-87 14:14:52 EDT Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: Organization: The ARPA Internet Lines: 22 >Distributed systems with symmetric processes that automatically seek >to link to each other (no master/slave relationship) would use the >simul-OPEN style. It was designed into TCP for that purpose; I do not >know, however, whether any actual applications have made use of this >feature. > >Vint Vint, We have developed systems that live on TCP/IP networks and communicate with each other in a symetric peer fashion. When one of these boxes starts up, it attempts to open TCP connections with its peers. The connection attempt starts actively by sending SYNs. If the remote end doesn't respond, the TCP port goes into LISTEN, assuming that the other end will eventually initiate the connection. Art Berggreen art@acc.arpa ------