[Xorp-cvs] XORP cvs commit: xorp/ospf

Atanu Ghosh atanu@icir.org
Sun, 13 Nov 2005 21:56:15 GMT


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	atanu@xorpc.icir.org	2005-11-13 21:56:15 UTC

XORP CVS repository


Modified files:
	ospf          peer.cc peer.hh 

Log message:
	If the state transition to ExStart is normal then send a data
	description packet immediately and start the retransmit timer.
	
	If the state transition to ExStart is due to an error just start the
	retransmit timer. Previously an error in the database exchange could
	cause back to back database description packets to be sent.
	
	Its possible this was the cause of the bug below.
	
	Bugzilla URL:   http://www.xorp.org/bugzilla/show_bug.cgi?id=292

Revision  Changes                              Path
1.185     +6 -4;  commitid: 5a564377b67c7ea6;  xorp/ospf/peer.cc
1.108     +7 -2;  commitid: 5a564377b67c7ea6;  xorp/ospf/peer.hh