[netperf-dev] netperf2 commit notice r555 - trunk/src
raj at netperf.org
raj at netperf.org
Tue Apr 3 10:51:16 PDT 2012
Author: raj
Date: 2012-04-03 10:51:16 -0700 (Tue, 03 Apr 2012)
New Revision: 555
Modified:
trunk/src/nettest_omni.c
Log:
one must always remember to remove diagnostic printf statements lest someone be nicked with ones stone knife or have their vision blocked by your bearskin
Modified: trunk/src/nettest_omni.c
===================================================================
--- trunk/src/nettest_omni.c 2012-04-03 17:48:48 UTC (rev 554)
+++ trunk/src/nettest_omni.c 2012-04-03 17:51:16 UTC (rev 555)
@@ -7083,14 +7083,9 @@
enabled, UDP_STREAM/UDP_MAERTS sockets will not allow themselves
to be routed via a gateway. raj 20091026 */
- printf("have_R_option %d protocol %d direction %d\n",
- have_R_option,
- protocol,
- direction);
if ((!have_R_option) &&
(protocol == IPPROTO_UDP) &&
(!NETPERF_IS_RR(direction))) {
- printf("clearing routing_allowed\n");
routing_allowed = 0;
}
More information about the netperf-dev
mailing list