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

Atanu Ghosh atanu@icir.org
Mon, 3 Oct 2005 18:34:33 GMT


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	atanu@xorpc.icir.org	2005-10-03 18:34:33 UTC

XORP CVS repository


Modified files:
	bgp           peer.cc 

Log message:
	The still connected assert was being triggered in the AcceptSession
	destructor, which as the very least catches a file descriptor being
	leaked.
	
	If the connection is closed while waiting from an open from the peer
	the socket is now disconnected.
	
	Problem caught in load tests on xorp12.

Revision  Changes                               Path
1.97      +2 -1;  commitid: 17bdb434179b87ea6;  xorp/bgp/peer.cc