gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r34258 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r34258 - gnunet/src/transport
Date: Tue, 2 Sep 2014 13:43:29 +0200

Author: wachs
Date: 2014-09-02 13:43:29 +0200 (Tue, 02 Sep 2014)
New Revision: 34258

Modified:
   gnunet/src/transport/Makefile.am
   gnunet/src/transport/profile_transport.sh
Log:
fix: bluetooth helper with suid installer


Modified: gnunet/src/transport/Makefile.am
===================================================================
--- gnunet/src/transport/Makefile.am    2014-09-01 18:04:41 UTC (rev 34257)
+++ gnunet/src/transport/Makefile.am    2014-09-02 11:43:29 UTC (rev 34258)
@@ -66,6 +66,9 @@
 if LINUX
 install-exec-hook:
        $(top_srcdir)/src/transport/install-wlan-helper.sh $(libexecdir) 
$(SUDO_BINARY) || true
+if HAVE_LIBBLUETOOTH   
+       $(top_srcdir)/src/transport/install-bluetooth-helper.sh $(libexecdir) 
$(SUDO_BINARY) || true
+endif
 else
 install-exec-hook:
 endif
@@ -88,15 +91,8 @@
 endif
 endif
 
-if LINUX
-if HAVE_LIBBLUETOOTH
-install-exec-hook2:
-       $(top_srcdir)/src/transport/install-bluetooth-helper.sh $(libexecdir) 
$(SUDO_BINARY) || true
-endif
-else
-install-exec-hook2:
-endif
 
+
 if !MINGW
 UNIX_PLUGIN_LA = libgnunet_plugin_transport_unix.la
 UNIX_PLUGIN_TEST = test_transport_api_unix

Modified: gnunet/src/transport/profile_transport.sh
===================================================================
--- gnunet/src/transport/profile_transport.sh   2014-09-01 18:04:41 UTC (rev 
34257)
+++ gnunet/src/transport/profile_transport.sh   2014-09-02 11:43:29 UTC (rev 
34258)
@@ -1,9 +1,9 @@
 #!/bin/bash
 
 C_ITERATIONS=5
-C_MESSAGE_DELTA=1000
-C_MESSAGE_START=23000
-C_MESSAGE_END=65500
+C_MESSAGE_DELTA=10
+C_MESSAGE_START=10
+C_MESSAGE_END=2000
 
 #for i in {$C_MESSAGE_START..$C_MESSAGE_END..$C_MESSAGE_DELTA}
 #  do
@@ -13,6 +13,6 @@
 
 for ((cur=$C_MESSAGE_START; cur<=$C_MESSAGE_END; cur = cur + $C_MESSAGE_DELTA))
 {
-       ./gnunet-transport-profiler -p  
NSGWRTMHG2YJK9KZSTEWKJ5TK20AGRDBWHFA1ZNKKZ7T360MZ8S0 -s -c 
perf_https_peer1.conf -n 10240 -m $cur -i 4
+       ./gnunet-transport-profiler -p  
NSGWRTMHG2YJK9KZSTEWKJ5TK20AGRDBWHFA1ZNKKZ7T360MZ8S0 -s -c 
perf_https_peer1.conf -n 20240 -m $cur -i 4
        sleep 1
 }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]