OpenAFS CVS Commit: openafs/src/rx by jaltman
cvs@GRAND.CENTRAL.ORG
cvs@GRAND.CENTRAL.ORG
Tue, 27 Jan 2009 01:04:32 EST
Update of /cvs/openafs/src/rx
In directory GRAND.CENTRAL.ORG:/home/jaltman/openafs/cvs-head/src/rx
Modified Files:
rx_user.c rx_xmit_nt.c rx_xmit_nt.h
Log Message:
DELTA rx-windows-xmit-20090126
AUTHOR jaltman@your-file-system.com
LICENSE MIT
The WinSock API does not include the Posix recvmsg/sendmsg interfaces.
Beginning with XP/2003 Microsoft began to support WSARecvMsg which is
a mostly compatible implementation of recvmsg. In Vista/2008 Microsoft
began to support WSASendMsg a mostly compatible implementation of sendmsg.
Neither are part of the WinSock API and therefore they must be loaded
at runtime via a WSAIoctl() call to obtain the function pointers.
When the functions are available it is now possible to avoid a large
number of memcpy() calls.
This patch also enables UDP port unreachable messages on XP and above.
--- DELTA config follows ---
rx-windows-xmit-20090126 openafs/src/rx/rx_user.c 1.42 1.43
rx-windows-xmit-20090126 openafs/src/rx/rx_xmit_nt.c 1.13 1.14
rx-windows-xmit-20090126 openafs/src/rx/rx_xmit_nt.h 1.6 1.7