[tor-commits] [obfs-flash/master] Increase the connection stack size from 10 to 1000.
dcf at torproject.org
dcf at torproject.org
Thu May 8 08:14:34 UTC 2014
commit c2555ac5127798057fa581d6ed63d95ae7a947dc
Author: David Fifield <david at bamsoftware.com>
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
More information about the tor-commits
mailing list