[netperf-dev] netperf2 commit notice r209 - trunk/src
raj at netperf.org
raj at netperf.org
Fri Feb 1 18:17:53 PST 2008
Author: raj
Date: 2008-02-01 18:17:52 -0800 (Fri, 01 Feb 2008)
New Revision: 209
Modified:
trunk/src/nettest_bsd.c
Log:
amplify the comment about SOL_DCCP and SO_REUSEADDR
Modified: trunk/src/nettest_bsd.c
===================================================================
--- trunk/src/nettest_bsd.c 2008-02-02 01:27:13 UTC (rev 208)
+++ trunk/src/nettest_bsd.c 2008-02-02 02:17:52 UTC (rev 209)
@@ -1295,7 +1295,9 @@
if (setsockopt(temp_socket,
#ifdef IPPROTO_DCCP
- /* it is REALLY SILLY THAT THIS SHOULD BE NEEDED!! */
+ /* it is REALLY SILLY THAT THIS SHOULD BE NEEDED!! I
+ should be able to use SOL_SOCKET for this just
+ like TCP and SCTP */
(res->ai_protocol == IPPROTO_DCCP) ? SOL_DCCP : SOL_SOCKET,
#else
SOL_SOCKET,
More information about the netperf-dev
mailing list