[Xorp-cvs] XORP cvs commit: xorp/bgp xorp/bgp/harness xorp/cli xorp/fea xorp/libcomm xorp/libxipc

Pavlin Radoslavov pavlin at icir.org
Wed Mar 28 12:31:15 PDT 2007


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin at xorpc.icir.org	2007-03-28 19:31:15 UTC

XORP CVS repository


Modified files:
	bgp           socket.cc 
	bgp/harness   test_peer.cc 
	cli           cli_node_net.cc 
	fea           test_xrl_sockets4_tcp.cc xrl_socket_cmds.cc 
	              xrl_socket_server.cc 
	libcomm       comm_api.h comm_sock.c test_comm.c 
	libxipc       finder_tcp.cc xrl_pf_stcp.cc 

Log message:
	Editorial nits:
	
	* Renamed COMM_DEFAULT_BACKLOG to COMM_LISTEN_DEFAULT_BACKLOG
	  to reflect better its purpose.
	
	* Changed the copyright year of a new file (test_xrl_sockets4_tcp.cc)
	  from 2001-2006 to 2007
	
	* Replaced C comments with C++ comments
	
	* Replaced while() loops with iterator with the more natural for() loops.
	
	* Replaced if...else if...else statements with a single
	  switch() statement which is easier to read.
	
	* Spacing nits, minor tweaks in comments, etc.

Revision  Changes                                 Path
1.49      +2 -2;  commitid: d175460ac1487ea6;     xorp/bgp/harness/test_peer.cc
1.50      +2 -2;  commitid: d175460ac1487ea6;     xorp/bgp/socket.cc
1.60      +2 -2;  commitid: d175460ac1487ea6;     xorp/cli/cli_node_net.cc
1.5       +10 -9;  commitid: d175460ac1487ea6;    xorp/fea/test_xrl_sockets4_tcp.cc
1.12      +7 -6;  commitid: d175460ac1487ea6;     xorp/fea/xrl_socket_cmds.cc
1.33      +115 -99;  commitid: d175460ac1487ea6;  xorp/fea/xrl_socket_server.cc
1.26      +5 -3;  commitid: d175460ac1487ea6;     xorp/libcomm/comm_api.h
1.38      +4 -3;  commitid: d175460ac1487ea6;     xorp/libcomm/comm_sock.c
1.17      +2 -2;  commitid: d175460ac1487ea6;     xorp/libcomm/test_comm.c
1.34      +2 -2;  commitid: d175460ac1487ea6;     xorp/libxipc/finder_tcp.cc
1.57      +2 -2;  commitid: d175460ac1487ea6;     xorp/libxipc/xrl_pf_stcp.cc



More information about the Xorp-cvs mailing list