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

Pavlin Radoslavov pavlin@icir.org
Wed, 21 Sep 2005 20:17:43 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2005-09-21 20:17:43 UTC

XORP CVS repository


Modified files:
	fea           rawsock.cc rawsock.hh 

Log message:
	Add-back the raw sockets Windows support that was removed when
	the raw sockets code was refactored.
	Now all the Windows-specific code is guarded with
	#ifdef (or #ifndef) HOST_OS_WINDOWS
	
	Note that the newly added code hasn't been tried on Windows,
	so it may not even compile.

Revision  Changes                                 Path
1.5       +246 -77;  commitid: 1fa54331bf837ea6;  xorp/fea/rawsock.cc
1.3       +8 -5;  commitid: 1fa54331bf837ea6;     xorp/fea/rawsock.hh