From: Bart Polot Date: Sat, 22 Mar 2014 22:46:04 +0000 (+0000) Subject: - add more links X-Git-Tag: initial-import-from-subversion-38251~4410 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9b46552fac05eb8373d8c531243bc472a55d969e;p=oweals%2Fgnunet.git - add more links --- diff --git a/src/mesh/run_profiler.sh b/src/mesh/run_profiler.sh index 7cdf7b704..63407c134 100755 --- a/src/mesh/run_profiler.sh +++ b/src/mesh/run_profiler.sh @@ -15,7 +15,7 @@ if [ $PEERS -eq 1 ]; then exit 1; fi -LINKS=`echo "l($PEERS) * l($PEERS) * $PEERS" | bc -l` +LINKS=`echo "l($PEERS)/l(2) * $PEERS" | bc -l` LINKS=`printf "%.0f" $LINKS` NSE=`echo "l($PEERS)/l(10)" | bc -l` echo "using $PEERS peers, $LINKS links";