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

Pavlin Radoslavov pavlin@icir.org
Fri, 21 Apr 2006 06:17:15 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2006-04-21 06:17:15 UTC

XORP CVS repository


Modified files:
	fea           netlink_socket.cc netlink_socket.hh 

Log message:
	* Modify NetlinkSocket::force_recvmsg() so now it uses an extra
	  argument "only_kernel_messages" to specify whether messages
	  that were not originated by the kernel should be ignored.
	
	* Use the new force_recvmsg() instead of force_read() to receive
	  data from a netlink socket, because it allows us to ignore messages
	  that were not originated by the kernel.
	
	* Add missing dummy NetlinkSocket::force_recvfrom() and
	  NetlinkSocket::force_recvmsg() methods.
	
	* Fix some of the kdoc comments.
	
	Submitted by:   Hasso Tepper

Revision  Changes                               Path
1.38      +42 -5;  commitid: 7d93444874627ea6;  xorp/fea/netlink_socket.cc
1.20      +14 -3;  commitid: 7d93444874627ea6;  xorp/fea/netlink_socket.hh