Ben Greear <[EMAIL PROTECTED]> wrote: > Any idea what code actually calls this timeout? I want to > see if I can increase that timeout..but not having much luck > tracking down the source of this message... > > [ 2008/03/04 11:45:52 ERROR xorp_rtrmgr:22387 FINDER finder_xrl_queue.hh:85 > dispatch_cb ] Sent xrl got response 211 Reply timed out > [ 2008/03/04 11:45:52 ERROR xorp_rtrmgr:22387 FINDER finder_xrl_queue.hh:85 > dispatch_cb ] Sent xrl got response 211 Reply timed out
Try increasing one or both of the following: * DEFAULT_SENDER_KEEPALIVE_MS inside libxipc/xrl_pf_stcp.cc (current value of 10000ms, i.e., 10s) * RESPONSE_TIMEOUT_MS inside libxipc/finder_messenger.hh (current value of 30000ms, i.e., 30s) No guarantee they are the source of the error, but givem them a try. It will be interesting to see how the values of those two are affected by the large number of XORP instances you are trying to run. Regards, Pavlin _______________________________________________ Xorp-hackers mailing list [email protected] http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-hackers
