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

Bruce Simpson bms@icir.org
Wed, 9 Nov 2005 13:07:28 GMT


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	bms@xorpc.icir.org	2005-11-09 13:07:28 UTC

XORP CVS repository


Modified files:
	libcomm       comm_sock.c 

Log message:
	Teach comm_sock_pair() to support AF_INET6 on Windows systems.
	
	It is a peculiarity of Windows networking that at least one physical
	interface on the system must be configured with the desired address
	family in order for a loopback interface to be present (AF_INET, AF_INET6).
	
	Note that if AF_UNIX is requested, AF_INET is still used.
	
	Use sockaddr_storage. Update comments.
	
	Obtained from:  XORP/Win32

Revision  Changes                                Path
1.29      +55 -20;  commitid: c82a4371f47e7ea6;  xorp/libcomm/comm_sock.c