From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Wed, 18 May 2016 11:14:57 +0200 From: cinap_lenrek@felloff.net To: 9fans@9fans.net In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] bug in authdial() Topicbox-Message-UUID: 8f274e32-ead9-11e9-9d60-3106f5b1d025 yes, passing netroot to netmkaddr() is wrong. however, i dont see where we pass anything other than netroot=nil to authdial(). i suspect what you'r experiencing is that dial() tried IL first (with !fasttimeout option), which fails and then tries TCP causing the delay. so you changing it to try tcp first gets rid of the delay (but will break the unlikely case where you got an authserver running on IL only as tcp has no fast timeout option). -- cinap