From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <3C456B8F.E715F1D6@strakt.com> From: Boyd Roberts MIME-Version: 1.0 To: 9fans@cse.psu.edu Subject: Re: [9fans] ftpd References: <20020116113908.506D9199EC@mail.cse.psu.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Wed, 16 Jan 2002 13:01:19 +0100 Topicbox-Message-UUID: 3e043f4c-eaca-11e9-9e20-41e7f4b1d025 arisawa@ar.aichi-u.ac.jp wrote: > The line: > fd = dial(data,"20",0,0); > in ftpd.c may make a trouble when the server has two IPs. I may be a bit out of context here but it must be remembered that the IP addresses returned by the remote DNS are returned in a random order, if we are talking unix BIND/named. This was a design/implementation decision. Does plan 9 allow you to specify the 'sort order' [a heuristic in the client resolver library to get around these types of problems]?