--- gvpe/src/protocol.C 2003/03/02 23:04:02 1.2 +++ gvpe/src/protocol.C 2003/03/03 06:03:40 1.3 @@ -1138,6 +1138,11 @@ if (c) c->connect_request (id); + //else // does not work, because all others must connect to the same router + // // no router found, aggressively connect to all routers + // for (conns_vector::iterator i = conns.begin (); i != conns.end (); ++i) + // if ((*i)->conf->routerprio) + // (*i)->establish_connection (); } void