[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [orbot/master] only provide 1 snowlake proxy connection at a time
commit f313d83f9a6a7ffe0fad20a5fb94069e297d6a29
Author: n8fr8 <nathan@xxxxxxxxxxxxxxxxxxxx>
Date: Mon Jun 28 23:00:09 2021 -0400
only provide 1 snowlake proxy connection at a time
---
.../src/main/java/org/torproject/android/service/OrbotService.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/orbotservice/src/main/java/org/torproject/android/service/OrbotService.java b/orbotservice/src/main/java/org/torproject/android/service/OrbotService.java
index 9ebd506f..c7d455f7 100644
--- a/orbotservice/src/main/java/org/torproject/android/service/OrbotService.java
+++ b/orbotservice/src/main/java/org/torproject/android/service/OrbotService.java
@@ -383,7 +383,7 @@ public class OrbotService extends VpnService implements TorServiceConstants, Orb
This is to host a snowflake entrance node / bridge
*/
private void enableSnowflakeProxy () {
- int capacity = 3;
+ int capacity = 1;
String broker = "https://snowflake-broker.bamsoftware.com/";
String relay = "wss://snowflake.bamsoftware.com/";
String stun = "stun:stun.stunprotocol.org:3478";
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits