From: Sean Hefty Date: Tue, 5 Feb 2013 01:09:15 +0000 (-0800) Subject: Refresh of rstream-cnt X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=43b5b4d47b791870fd99c44ba32b4a2c24e4d9eb;p=~shefty%2Flibrdmacm.git Refresh of rstream-cnt --- diff --git a/examples/common.c b/examples/common.c index 28c0fb67..4eb5bbec 100644 --- a/examples/common.c +++ b/examples/common.c @@ -121,7 +121,7 @@ int size_to_count(int size) return 100; else if (size >= (1 << 16)) return 1000; - else if (size >= (1 << 11)) + else if (size >= (1 << 10)) return 10000; else return 100000;