FIXME in file /daemons/imud_d.c line 164:

 for now, we need to set the password to 0. the router doesn't send
 "up" status changes when we reconnect (general problem with the
 the router -- I'm surprised nobody else has mentioned it)

Code:
    password = 0;
       
    trigger_reconnect("router");
}
FIXME in file /daemons/imud_d.c line 309:

 we need a fail-over mechanism to go to a another (second) router

Code:
    if ( message[0][0][0] != router_list[0][0] ||
	 message[0][0][1] != router_list[0][1] )
    {
	/* tell it we'll be gone indefinitely */
