[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [obfs-flash/master] Increase the connection stack size from 10 to 1000.



commit c2555ac5127798057fa581d6ed63d95ae7a947dc
Author: David Fifield <david@xxxxxxxxxxxxxxx>
Date:   Thu May 8 01:14:11 2014 -0700

    Increase the connection stack size from 10 to 1000.
---
 obfs-flash-server.go |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/obfs-flash-server.go b/obfs-flash-server.go
index 76ef4d4..047fd0d 100644
--- a/obfs-flash-server.go
+++ b/obfs-flash-server.go
@@ -19,7 +19,7 @@ import (
 
 import "git.torproject.org/pluggable-transports/goptlib.git"
 
-const connStackSize = 10
+const connStackSize = 1000
 const subprocessWaitTimeout = 30 * time.Second
 
 var logFile = os.Stderr

_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits