From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Tue, 17 May 2005 10:04:59 -0400 From: Russ Cox To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] Question on dial() In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <10520507828.20050517155314@mail.ru> Topicbox-Message-UUID: 4ce9b36a-ead0-11e9-9d60-3106f5b1d025 > An echo client written using dial() does not connect to > a UNIX echo server (tcp/7). The call always fails. I am > totally confused here. What is the scenario under which > announce()/dial() combo will work when server and client are > on separate machines? What does your program look like?