[svn] commit: r224 - /experiments/jelte-configuration/test.cc
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Oct 30 05:41:26 UTC 2009
Author: mgraff
Date: Fri Oct 30 05:41:26 2009
New Revision: 224
Log:
display every 65k messages
Modified:
experiments/jelte-configuration/test.cc
Modified: experiments/jelte-configuration/test.cc
==============================================================================
--- experiments/jelte-configuration/test.cc (original)
+++ experiments/jelte-configuration/test.cc Fri Oct 30 05:41:26 2009
@@ -136,7 +136,10 @@
session.group_recvmsg(routing, data, false);
//cout << "routing: " << routing->get("from")->string_value() << endl;
- cout << "data: " << data << endl;
+ //cout << "data: " << data << endl;
+
+ if ((counter & 0xffff) == 0)
+ cout << "Send/received " << counter << " messages";
}
return 0;
More information about the bind10-changes
mailing list