On 18 May 2016 at 01:43, arisawa <[email protected]> wrote: > - p = netmkaddr(nt->val, netroot, "ticket"); > rv = dial(p, 0, 0, 0); > if(rv >= 0) > break; > > + p = netmkaddr(nt->val, “tcp", "ticket"); > rv = dial(p, 0, 0, 0); > if(rv >= 0) > break; > + p = netmkaddr(nt->val, “il", "ticket"); > + rv = dial(p, 0, 0, 0); > + if(rv >= 0) > + break; >
But that's just (eventually) moving the cs search into every application and bound to specific network types. Why is the cs search with "net" so slow?
