minor changes...
diff --git a/js/testing/test-throughput-ws.html b/js/testing/test-throughput-ws.html
index 14f9d39..7035eb5 100644
--- a/js/testing/test-throughput-ws.html
+++ b/js/testing/test-throughput-ws.html
@@ -10,8 +10,8 @@
 	<script type="text/javascript" src="../tools/build/ndn-js.js"></script>

 

 	<script type="text/javascript">

-		//hostip = "131.179.196.232";

-		hostip = "localhost";

+		hostip = "131.179.196.232";

+		//hostip = "localhost";

 		var ndncon = new NDN({port:9696,host:hostip});

         ndncon.transport.connectWebSocket(ndncon);