[Xorp-cvs] XORP cvs commit: xorp/fea xorp/fea/data_plane/io xorp/xrl/interfaces xorp/xrl/targets

Pavlin Radoslavov pavlin at icir.org
Fri Aug 17 12:48:11 PDT 2007


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin at xorpc.icir.org	2007-08-17 19:48:11 UTC

XORP CVS repository


Modified files:
	fea           io_tcpudp.cc io_tcpudp.hh io_tcpudp_manager.cc 
	              io_tcpudp_manager.hh test_xrl_sockets4_tcp.cc 
	              test_xrl_sockets4_udp.cc xrl_io_tcpudp_manager.cc 
	              xrl_io_tcpudp_manager.hh 
	fea/data_plane/io io_tcpudp_socket.cc io_tcpudp_socket.hh 
	xrl/interfaces socket4.xif socket4_user.xif socket4_user_xif.cc 
	               socket4_user_xif.hh socket4_xif.hh socket6.xif 
	               socket6_user.xif socket6_user_xif.cc 
	               socket6_user_xif.hh socket6_xif.hh 
	xrl/targets   fea.xrls fea_base.hh rip.xrls rip_base.cc 
	              rip_base.hh ripng.xrls ripng_base.cc ripng_base.hh 
	              test_socket4.xrls test_socket4_base.cc 
	              test_socket4_base.hh test_socket6.xrls 
	              test_socket6_base.cc test_socket6_base.hh 

Log message:
	* Renamed the (TCP-specific) connect_event to inbound_connect_event
	* Added a new (TCP-specific) outgoing_connect_event that is called
	  whenever outgoing connect()-ed TCP socket connection request is
	  completed.
	  If the outgoing connection fails, the "error_event" is called instead.

Revision  Changes                                Path
1.7       +58 -7;  commitid: 88c546c5fab47ea6;   xorp/fea/data_plane/io/io_tcpudp_socket.cc
1.4       +9 -1;  commitid: 88c546c5fab47ea6;    xorp/fea/data_plane/io/io_tcpudp_socket.hh
1.2       +17 -5;  commitid: 88c546c5fab47ea6;   xorp/fea/io_tcpudp.cc
1.3       +24 -9;  commitid: 88c546c5fab47ea6;   xorp/fea/io_tcpudp.hh
1.4       +33 -14;  commitid: 88c546c5fab47ea6;  xorp/fea/io_tcpudp_manager.cc
1.4       +60 -17;  commitid: 88c546c5fab47ea6;  xorp/fea/io_tcpudp_manager.hh
1.12      +80 -18;  commitid: 88c546c5fab47ea6;  xorp/fea/test_xrl_sockets4_tcp.cc
1.21      +12 -6;  commitid: 88c546c5fab47ea6;   xorp/fea/test_xrl_sockets4_udp.cc
1.3       +87 -27;  commitid: 88c546c5fab47ea6;  xorp/fea/xrl_io_tcpudp_manager.cc
1.2       +31 -12;  commitid: 88c546c5fab47ea6;  xorp/fea/xrl_io_tcpudp_manager.hh
1.12      +2 -2;  commitid: 88c546c5fab47ea6;    xorp/xrl/interfaces/socket4.xif
1.6       +18 -5;  commitid: 88c546c5fab47ea6;   xorp/xrl/interfaces/socket4_user.xif
1.14      +40 -8;  commitid: 88c546c5fab47ea6;   xorp/xrl/interfaces/socket4_user_xif.cc
1.13      +32 -6;  commitid: 88c546c5fab47ea6;   xorp/xrl/interfaces/socket4_user_xif.hh
1.19      +2 -2;  commitid: 88c546c5fab47ea6;    xorp/xrl/interfaces/socket4_xif.hh
1.11      +2 -2;  commitid: 88c546c5fab47ea6;    xorp/xrl/interfaces/socket6.xif
1.5       +18 -5;  commitid: 88c546c5fab47ea6;   xorp/xrl/interfaces/socket6_user.xif
1.12      +40 -8;  commitid: 88c546c5fab47ea6;   xorp/xrl/interfaces/socket6_user_xif.cc
1.10      +32 -6;  commitid: 88c546c5fab47ea6;   xorp/xrl/interfaces/socket6_user_xif.hh
1.17      +2 -2;  commitid: 88c546c5fab47ea6;    xorp/xrl/interfaces/socket6_xif.hh
1.72      +3 -3;  commitid: 88c546c5fab47ea6;    xorp/xrl/targets/fea.xrls
1.80      +3 -3;  commitid: 88c546c5fab47ea6;    xorp/xrl/targets/fea_base.hh
1.31      +13 -2;  commitid: 88c546c5fab47ea6;   xorp/xrl/targets/rip.xrls
1.31      +39 -9;  commitid: 88c546c5fab47ea6;   xorp/xrl/targets/rip_base.cc
1.34      +20 -3;  commitid: 88c546c5fab47ea6;   xorp/xrl/targets/rip_base.hh
1.31      +13 -2;  commitid: 88c546c5fab47ea6;   xorp/xrl/targets/ripng.xrls
1.31      +39 -9;  commitid: 88c546c5fab47ea6;   xorp/xrl/targets/ripng_base.cc
1.34      +20 -3;  commitid: 88c546c5fab47ea6;   xorp/xrl/targets/ripng_base.hh
1.9       +13 -2;  commitid: 88c546c5fab47ea6;   xorp/xrl/targets/test_socket4.xrls
1.12      +39 -9;  commitid: 88c546c5fab47ea6;   xorp/xrl/targets/test_socket4_base.cc
1.12      +20 -3;  commitid: 88c546c5fab47ea6;   xorp/xrl/targets/test_socket4_base.hh
1.9       +13 -2;  commitid: 88c546c5fab47ea6;   xorp/xrl/targets/test_socket6.xrls
1.12      +39 -9;  commitid: 88c546c5fab47ea6;   xorp/xrl/targets/test_socket6_base.cc
1.12      +20 -3;  commitid: 88c546c5fab47ea6;   xorp/xrl/targets/test_socket6_base.hh



More information about the Xorp-cvs mailing list