Explorar o código

Increase tunneled DSL request limit

Rod Hynes hai 1 mes
pai
achega
440d4d60b5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      psiphon/server/tunnelServer.go

+ 1 - 1
psiphon/server/tunnelServer.go

@@ -78,7 +78,7 @@ const (
 	RANDOM_STREAM_MAX_BYTES               = 10485760
 	ALERT_REQUEST_QUEUE_BUFFER_SIZE       = 16
 	SSH_MAX_CLIENT_COUNT                  = 500000
-	SSH_CLIENT_MAX_DSL_REQUEST_COUNT      = 32
+	SSH_CLIENT_MAX_DSL_REQUEST_COUNT      = 128
 )
 
 // TunnelServer is the main server that accepts Psiphon client