From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] rudp From: "Russ Cox" MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Mon, 15 Apr 2002 11:21:43 -0400 Topicbox-Message-UUID: 77aea3c2-eaca-11e9-9e20-41e7f4b1d025 if((fd = dial(netmkaddr(proto, host, port), 0, 0, 0)) < 0) { for starters, change this to host, proto, port.