Atanu Ghosh wrote:
> Hi,
> 
> If you think that the retransmission code has failed then in the method
> "doit()"
> 
>     bool doit() {
>       debug_msg("retransmission: %s\n", str().c_str());
>       return  _rcb->dispatch();
> 
>     }
> 
> Change the debug_msg to "fprintf(stderr," while an adjacency is in the
> state Exchange the master side should be retransmitting every second.

I found the ::retransmitter() code in peer.cc, and am compiling logging into
it now.  Is this part of the code chain that should be resending the 
data-description
packet?

I'll look for the method you mention above as well.

Thanks,
Ben


-- 
Ben Greear <[EMAIL PROTECTED]>
Candela Technologies Inc  http://www.candelatech.com

_______________________________________________
Xorp-hackers mailing list
[email protected]
http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-hackers

Reply via email to