[xio-commit] CVS update: MODIFIED: udt_ref ...
John Bresnahan
commit at globus.org
Tue Nov 27 23:46:36 CST 2007
User: bresnaha
Date: 07/11/27 23:46:36
Modified: drivers/udt_ref globus_xio_udt_ref.cpp
Log:
work around strange port multiplex issue in UDT4
Revision Changes Path
1.8 +3 -0 xio/drivers/udt_ref/globus_xio_udt_ref.cpp
http://viewcvs.globus.org/viewcvs.cgi/xio/drivers/udt_ref/globus_xio_udt_ref.cpp.diff?r1=1.7&r2=1.8
(In the diff below, changes in quantity of whitespace are not shown.)
Index: globus_xio_udt_ref.cpp
===================================================================
RCS file: /home/globdev/CVS/globus-packages/xio/drivers/udt_ref/globus_xio_udt_ref.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- globus_xio_udt_ref.cpp 9 Nov 2007 21:57:46 -0000 1.7
+++ globus_xio_udt_ref.cpp 28 Nov 2007 05:46:36 -0000 1.8
@@ -652,6 +652,9 @@
goto error;
}
}
+
+ /* XXX force this to be false so THAT IT WILL WORK! */
+ attr->reuseaddr = 0;
if(attr->reuseaddr != XIO_UDT_BOOL_UNDEF)
{
rc = UDT::setsockopt(sock, 0,
More information about the xio-commit
mailing list