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

Pavlin Radoslavov pavlin@icir.org
Mon, 20 Mar 2006 02:06:47 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2006-03-20 02:06:47 UTC

XORP CVS repository


Modified files:
	fea           mfea_mrouter.cc mfea_proto_comm.cc 
	              mfea_proto_comm.hh rawsock.cc rawsock.hh 

Log message:
	Split the raw protocol socket (_proto_socket) into two:
	_proto_socket_in and _proto_socket_out (for sending and receiving
	respectively).
	
	By spliting the socket we can manage better the sending and receiving
	(e.g., if we want to use bind() for transmitting purpose only).

Revision  Changes                                  Path
1.45      +4 -4;  commitid: 16edc441e0dc57ea6;     xorp/fea/mfea_mrouter.cc
1.49      +134 -93;  commitid: 16edc441e0dc57ea6;  xorp/fea/mfea_proto_comm.cc
1.19      +29 -18;  commitid: 16edc441e0dc57ea6;   xorp/fea/mfea_proto_comm.hh
1.18      +117 -74;  commitid: 16edc441e0dc57ea6;  xorp/fea/rawsock.cc
1.6       +16 -13;  commitid: 16edc441e0dc57ea6;   xorp/fea/rawsock.hh